formatting

This commit is contained in:
Seth 2025-05-17 19:50:53 -04:00
parent e2fd7a343b
commit fc36802567
8 changed files with 3138 additions and 670 deletions

View file

@ -14,7 +14,13 @@
"indentStyle": "tab",
"lineEnding": "lf"
},
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"assist": {
"actions": {
"source": {
"organizeImports": "on"
}
}
},
"css": {
"formatter": {
"indentStyle": "tab",