Formatting and VSCode Workspace

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-11-03 11:37:41 +01:00
parent f3eb46e2ba
commit 46e031d24a
3 changed files with 244 additions and 199 deletions
+2 -6
View File
@@ -14,17 +14,13 @@
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
"double"
],
"semi": [
"error",
"always"
]
}
}
}