Disable auto format for python in helix
This commit is contained in:
parent
43706133df
commit
83123499c2
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue