This commit is contained in:
2024-01-27 15:40:32 +01:00
commit 5b02c1da03
38 changed files with 7960 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": false
}