Commit 66ae207
authored
devconfig: use two spaces instead of tab (#1589)
The default hujson formatting uses tabs, which causes a bunch of
whitespace changes for existing configs. Most JSON formatters/LSP
servers also tend to default to 2 spaces. Add a simple replace all to
change all tabs to " ", which should be safe since raw tab characters
are not allowed in valid JSON values.1 parent 2c6bdd8 commit 66ae207
2 files changed
+161
-159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
90 | | - | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
0 commit comments