mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Configure editors to explicitly use LF / \n line endings (#10916)
This commit is contained in:
3
.vscode/settings.default.json
vendored
3
.vscode/settings.default.json
vendored
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user