aboutsummaryrefslogtreecommitdiffstats
path: root/.config/helix
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-02-15 18:00:49 +0100
committerDavid Runge <dave@sleepmap.de>2023-02-15 18:01:28 +0100
commit1d10d62fc03a40d68ed4e712ae370b3cc574c6b7 (patch)
treea82193449674963be11509a81dffe3eddae3c754 /.config/helix
parent0810b7b0298bc381ab15fd1e0d4fba9079e1c931 (diff)
downloaddotfiles-1d10d62fc03a40d68ed4e712ae370b3cc574c6b7.tar.gz
dotfiles-1d10d62fc03a40d68ed4e712ae370b3cc574c6b7.tar.bz2
dotfiles-1d10d62fc03a40d68ed4e712ae370b3cc574c6b7.tar.xz
dotfiles-1d10d62fc03a40d68ed4e712ae370b3cc574c6b7.zip
helix: cleanup languages config
Remove empty lines from languages config.
Diffstat (limited to '.config/helix')
-rw-r--r--.config/helix/languages.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml
index 5d24f66..eeeedba 100644
--- a/.config/helix/languages.toml
+++ b/.config/helix/languages.toml
@@ -21,5 +21,4 @@ enabled = false
[language.config.pylsp.plugins.pydocstyle]
enabled = true
-
-formatter = { command = "black"} \ No newline at end of file
+formatter = { command = "black"}