This commit is contained in:
2026-01-02 23:28:17 +03:00
commit 2d9b696ef5
12 changed files with 195 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"printWidth": 132,
"bracketSpacing": true,
"bracketSameLine": true,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "lf"
}