Initial commit

This commit is contained in:
Stefan
2022-02-23 11:33:54 +01:00
commit 520f006f76
7 changed files with 207 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"
}