mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 07:43:01 +00:00
vscode/ium settings: ensure line endings & whitespace are handled correctly
This commit is contained in:
parent
9d82648ac3
commit
d60a791dd9
1 changed files with 5 additions and 1 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -8,5 +8,9 @@
|
|||
"cSpell.words": [
|
||||
"ollow",
|
||||
"weacmd"
|
||||
]
|
||||
],
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.trimAutoWhitespace": false,
|
||||
"files.eol": "\n"
|
||||
}
|
Loading…
Reference in a new issue