mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
move vscode formatOnSave
This commit is contained in:
parent
b3a9987164
commit
4434ce9821
2 changed files with 1 additions and 3 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"editor.formatOnSave": true
|
||||
}
|
|
@ -99,6 +99,7 @@ with lib;
|
|||
environment.etc."vscode-settings.json".text = builtins.toJSON {
|
||||
"diffEditor.renderSideBySide" = false;
|
||||
"editor.cursorSurroundingLines" = 9;
|
||||
"editor.formatOnSave" = true;
|
||||
"editor.renderFinalNewline" = false;
|
||||
"editor.scrollBeyondLastLine" = false;
|
||||
"files.insertFinalNewline" = true;
|
||||
|
|
Loading…
Reference in a new issue