Initial implementation of custom profile editor + formatting

This commit is contained in:
ThePetrovich 2025-07-09 20:14:47 +08:00
parent 82b36f96d0
commit ffb27c2e0a
21 changed files with 3045 additions and 2034 deletions

View file

@ -2,5 +2,7 @@
"tabWidth": 4,
"endOfLine": "lf",
"printWidth": 120,
"useTabs": false
"useTabs": true,
"htmlWhitespaceSensitivity": "ignore",
"bracketSameLine": true
}