Files
ss13-story/.vscode/settings.json
2023-11-13 09:35:38 +01:00

20 lines
303 B
JSON

{
"markdownlint.config": {
"MD022": false,
"MD025": false,
"MD026": false,
"MD036": false,
},
"editor.tabSize": 2,
"editor.detectIndentation": false,
"files.insertFinalNewline": true,
"cSpell.words": [
"Bloise",
"Joi",
"Leo",
"Zenith",
"Projekt",
],
}