Introduce editorconfig

This commit is contained in:
dakrk 2024-04-05 17:18:51 +01:00
parent 72d0cbb37b
commit 52499b8c6e
No known key found for this signature in database
GPG key ID: 9AA47AFB7FE4409F

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
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