vscodium: disable automatic Nix formatting
This commit is contained in:
parent
13a6dc0f66
commit
e1f16f2c71
1 changed files with 5 additions and 0 deletions
|
@ -350,6 +350,11 @@ in
|
||||||
"[nix]" = {
|
"[nix]" = {
|
||||||
"editor.insertSpaces" = true;
|
"editor.insertSpaces" = true;
|
||||||
"editor.tabSize" = 2;
|
"editor.tabSize" = 2;
|
||||||
|
"editor.defaultFormatter" = "kamadorueda.alejandra";
|
||||||
|
# for now, disable automatic formatting to prevent disruption of existing code bases
|
||||||
|
"editor.formatOnPaste" = false;
|
||||||
|
"editor.formatOnSave" = false;
|
||||||
|
"editor.formatOnType" = false;
|
||||||
};
|
};
|
||||||
"editor.fontSize" = 13;
|
"editor.fontSize" = 13;
|
||||||
"editor.fontWeight" = "normal";
|
"editor.fontWeight" = "normal";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue