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