Disable Python format on save
This commit is contained in:
@@ -5,7 +5,7 @@ _: {
|
|||||||
"!nil"
|
"!nil"
|
||||||
];
|
];
|
||||||
Python = {
|
Python = {
|
||||||
format_on_save = "on";
|
format_on_save = "off";
|
||||||
formatter.language_server.name = "ruff";
|
formatter.language_server.name = "ruff";
|
||||||
code_actions_on_format."source.organizeImports.ruff" = true;
|
code_actions_on_format."source.organizeImports.ruff" = true;
|
||||||
language_servers = [
|
language_servers = [
|
||||||
|
|||||||
Reference in New Issue
Block a user