From 9a85f2c1715d27dcd0e14dde3f67f8ef2bd44a86 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 3 Apr 2023 11:28:58 -0400 Subject: autoformat python with black --- config/helix/languages.toml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3