Use new template

This commit is contained in:
2026-01-22 10:30:12 +01:00
parent dbba961dbf
commit b7c294342a
12 changed files with 126 additions and 84 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
{
"arrowParens": "avoid",
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": false,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "none"
}
}