Add editorconfig file

This commit is contained in:
Sasha Koshka 2023-10-04 15:23:05 -04:00
parent 03787635af
commit 4ca7e20f4b
1 changed files with 7 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
[*.{html, htm}]
indent_size = 2