vscode/ium settings: ensure line endings & whitespace are handled correctly

This commit is contained in:
Starbeamrainbowlabs 2023-07-13 00:08:49 +01:00
parent 9d82648ac3
commit d60a791dd9
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -8,5 +8,9 @@
"cSpell.words": [ "cSpell.words": [
"ollow", "ollow",
"weacmd" "weacmd"
] ],
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.trimAutoWhitespace": false,
"files.eol": "\n"
} }