summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-04-03 11:28:58 -0400
committerJesse Luehrs <doy@tozt.net>2023-04-03 11:28:58 -0400
commit9a85f2c1715d27dcd0e14dde3f67f8ef2bd44a86 (patch)
treeb9cebdc6e7a9a55ad472dd61c59603082d87e2b2
parent317f408101fd4a41b3e10d4931d8842895a610ba (diff)
downloadconf-9a85f2c1715d27dcd0e14dde3f67f8ef2bd44a86.tar.gz
conf-9a85f2c1715d27dcd0e14dde3f67f8ef2bd44a86.zip
autoformat python with black
-rw-r--r--config/helix/languages.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/helix/languages.toml b/config/helix/languages.toml
index 7c3f829..6624a1a 100644
--- a/config/helix/languages.toml
+++ b/config/helix/languages.toml
@@ -6,3 +6,5 @@ config = { checkOnSave = { command = "clippy" }, cargo = { allFeatures = true },
name = "python"
language-server = { command = "pyright-langserver", args = ["--stdio"] }
config = {}
+formatter = { command = "black", args = ["--quiet", "-"] }
+auto-format = true