mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
leave newlines to auto-formatters (except nix)
This commit is contained in:
parent
fff3c3a917
commit
fb4bc0194b
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"[nix]": { "editor.defaultFormatter": "jnoortheen.nix-ide" },
|
"[nix]": {
|
||||||
|
"editor.defaultFormatter": "jnoortheen.nix-ide",
|
||||||
|
"files.trimFinalNewlines": true
|
||||||
|
},
|
||||||
"[python]": { "editor.defaultFormatter": "ms-python.python" },
|
"[python]": { "editor.defaultFormatter": "ms-python.python" },
|
||||||
"diffEditor.renderSideBySide": false,
|
"diffEditor.renderSideBySide": false,
|
||||||
"editor.cursorSurroundingLines": 9,
|
"editor.cursorSurroundingLines": 9,
|
||||||
|
@ -7,8 +10,6 @@
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.renderFinalNewline": "off",
|
"editor.renderFinalNewline": "off",
|
||||||
"editor.scrollBeyondLastLine": false,
|
"editor.scrollBeyondLastLine": false,
|
||||||
"files.insertFinalNewline": true,
|
|
||||||
"files.trimFinalNewlines": true,
|
|
||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"git.confirmSync": false,
|
"git.confirmSync": false,
|
||||||
"git.openRepositoryInParentFolders": "always",
|
"git.openRepositoryInParentFolders": "always",
|
||||||
|
|
Loading…
Reference in a new issue