Skip to content

Commit

Permalink
feat: Trim newlines after the final EOF newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mbd-s committed May 31, 2023
1 parent 2ad15cd commit c9d1f2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vs-code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 100,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"github.copilot.enable": {
"*": true,
Expand Down Expand Up @@ -95,5 +94,7 @@
"*.ipynb": "jupyter.notebook.ipynb"
},
"workbench.startupEditor": "none",
"editor.wordWrapColumn": 120
"editor.wordWrapColumn": 120,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true
}

0 comments on commit c9d1f2f

Please sign in to comment.