add EditorConfig dotfile

This commit is contained in:
Ivan Malopinsky
2021-01-09 14:25:07 -05:00
parent bb81909dd1
commit ccec9f9ba9

23
.editorconfig Normal file
View File

@@ -0,0 +1,23 @@
# Editor config from Quickstart
# qkst.io/dotfiles/editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.js]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
indent_size = 8
[*.{js}]
charset = utf-8
trim_trailing_whitespace = true