Disable auto format for python in helix

This commit is contained in:
Lillian Violet 2024-04-27 16:22:44 +02:00
parent 43706133df
commit 83123499c2

View file

@ -33,7 +33,7 @@
{ {
name = "python"; name = "python";
language-id = "python"; language-id = "python";
auto-format = true; auto-format = false;
file-types = ["py"]; file-types = ["py"];
language-servers = ["python-lsp"]; language-servers = ["python-lsp"];
formatter = { formatter = {