bluetop/.editorconfig
2024-10-02 18:03:28 +13:00

11 lines
147 B
INI

root = true
[*]
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true
[*.html]
indent_style = space
indent_size = 2