collab-vm-1.2-webapp/.editorconfig
2024-04-05 17:18:51 +01:00

15 lines
No EOL
170 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
# why
[*.{html,css}]
indent_style = space
# WHY
[*.css]
indent_size = 2