Align prettier & editorconfig

This commit is contained in:
Andras Schmelczer 2025-12-07 15:41:23 +00:00
parent 570c41299b
commit e9252955b4
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"useTabs": false,
"semi": false,
"singleQuote": false,
"trailingComma": "none",