Configure editors to explicitly use LF / \n line endings (#10916)

This commit is contained in:
Avasam
2023-10-19 03:34:40 -04:00
committed by GitHub
parent 35873ec3d8
commit 3cb1a8faed
3 changed files with 11 additions and 5 deletions

View File

@@ -24,6 +24,7 @@
"**/.*_cache": true, // mypy and Ruff cache
"**/__pycache__": true
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
@@ -31,7 +32,7 @@
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.tabSize": 2,
"[json][jsonc][python]": {
"[json][jsonc][python][toml]": {
"editor.tabSize": 4
},
"editor.rulers": [