mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
re-enable newline behavior for all files
This commit is contained in:
parent
6a0860d35a
commit
1695a87bf0
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
"[nix]": {
|
||||
"editor.defaultFormatter": "jnoortheen.nix-ide",
|
||||
"files.trimFinalNewlines": true
|
||||
},
|
||||
"[nix]": { "editor.defaultFormatter": "jnoortheen.nix-ide" },
|
||||
"[python]": { "editor.defaultFormatter": "ms-python.python" },
|
||||
"diffEditor.renderSideBySide": false,
|
||||
"editor.cursorSurroundingLines": 9,
|
||||
|
@ -10,6 +7,8 @@
|
|||
"editor.formatOnSave": true,
|
||||
"editor.renderFinalNewline": "off",
|
||||
"editor.scrollBeyondLastLine": false,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false,
|
||||
"git.openRepositoryInParentFolders": "always",
|
||||
|
|
Loading…
Reference in a new issue