use new template

This commit is contained in:
2026-01-22 10:19:50 +01:00
parent d74f3e2d43
commit c6e7486894
11 changed files with 110 additions and 42 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"arrowParens": "avoid",
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": false,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "none"
}