This commit is contained in:
OmengU
2021-11-06 21:14:13 +01:00
parent 887f9d7831
commit 5a799a64fc
5 changed files with 929 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"
}