mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-04 04:53:50 +01:00
vscode/ium settings: ensure line endings & whitespace are handled correctly
This commit is contained in:
parent
9d82648ac3
commit
d60a791dd9
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 New Issue
Block a user