Fix up some vscode stuff

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-04-04 20:51:29 +02:00
parent ae72177f98
commit df83ae78d0
2 changed files with 30 additions and 1 deletions
+7 -1
View File
@@ -17,6 +17,12 @@
"editor.formatOnSave": false,
"editor.insertSpaces": false,
"editor.autoIndent": "keep"
}
},
"html.format.contentUnformatted": [
"pre",
"code",
"samp"
],
"html.format.wrapLineLength": 0
}
}