editorconfig: add override for the server HTML (which already is 2-space indented)

This commit is contained in:
Aarni Koskela 2023-07-31 12:15:11 +02:00
parent cf9b08485c
commit 2796e750b1

View file

@ -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