chore: Add .editorconfig (#113)

This commit is contained in:
Francis Lavoie 2020-11-24 17:20:24 -05:00 committed by GitHub
parent bc64f3acc0
commit d2aaa73a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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