chore: Add .editorconfig

This commit is contained in:
Francis Lavoie 2020-11-24 16:41:17 -05:00
parent 5bfa8266d4
commit 5ef5d062ea
No known key found for this signature in database
GPG key ID: 4EE5207CCECBACD7

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
[*]
end_of_line = lf
insert_final_newline = true
[*.{md,css,js,html}]
indent_style = tab
indent_size = 4