Support links, general udpates, tabs vs spaces, remove descriptions

This commit is contained in:
Roxedus
2020-04-29 07:01:04 +02:00
parent 52ea15f0b8
commit 30fdad50cb
48 changed files with 232 additions and 1839 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"[xml]": {
"editor.tabSize": 2,
"editor.autoIndent": "full",
"editor.detectIndentation": false,
"editor.insertSpaces": true,
}
}