format bulk files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-23 21:07:50 -05:00
parent 5a2610066d
commit 1920027a4e
13 changed files with 96 additions and 155 deletions

View File

@@ -5,18 +5,19 @@
"printWidth": 120,
"tabWidth": 2,
"endOfLine": "auto",
"bracketSpacing": true,
"bracketSpacing": true,
"overrides": [
{
"files": "*.scss",
"options": {
"singleQuote": false
}
}, {
},
{
"files": "*.html",
"options": {
"printWidth": 120
"printWidth": 120
}
}
]
}
}