Initial commit

This commit is contained in:
Stephan
2022-09-29 20:17:17 +02:00
commit 0d149fdbcc
6 changed files with 177 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always"
}