editorconfig: add override for the server HTML (which already is 2-space indented)
This commit is contained in:
parent
cf9b08485c
commit
2796e750b1
1 changed files with 3 additions and 0 deletions
|
@ -17,3 +17,6 @@ indent_style = tab
|
||||||
|
|
||||||
[prompts/*.txt]
|
[prompts/*.txt]
|
||||||
insert_final_newline = unset
|
insert_final_newline = unset
|
||||||
|
|
||||||
|
[examples/server/public/*]
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue