diff options
Diffstat (limited to '.helix/languages.toml')
| -rw-r--r-- | .helix/languages.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml new file mode 100644 index 000000000..34b7be5cb --- /dev/null +++ b/.helix/languages.toml @@ -0,0 +1,10 @@ +[[language]] +name = "python" +language-servers = ["basedpyright", "pylsp"] +formatter = { command = "black", args = [ + "--target-version", + "py311", + "--line-length", + "120", + "--skip-string-normalization", +] } |
