Disable auto format for python in helix
This commit is contained in:
parent
43706133df
commit
83123499c2
|
@ -33,7 +33,7 @@
|
|||
{
|
||||
name = "python";
|
||||
language-id = "python";
|
||||
auto-format = true;
|
||||
auto-format = false;
|
||||
file-types = ["py"];
|
||||
language-servers = ["python-lsp"];
|
||||
formatter = {
|
||||
|
|
Loading…
Reference in a new issue