mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
[MIRROR] Instructs vscode to insert final newlines into to files (#7115)
* Instructs vscode to insert final newlines into to files (#60405) If we're gonna lint for it we might as well automate it. * Instructs vscode to insert final newlines into to files Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -16,6 +16,7 @@
|
|||||||
"*.dmi": "imagePreview.previewEditor"
|
"*.dmi": "imagePreview.previewEditor"
|
||||||
},
|
},
|
||||||
"files.eol": "\n",
|
"files.eol": "\n",
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
"gitlens.advanced.blame.customArguments": ["-w"],
|
"gitlens.advanced.blame.customArguments": ["-w"],
|
||||||
"tgstationTestExplorer.project.resultsType": "json",
|
"tgstationTestExplorer.project.resultsType": "json",
|
||||||
"[javascript]": {
|
"[javascript]": {
|
||||||
|
|||||||
Reference in New Issue
Block a user