Added a .editorconfig file.

This commit is contained in:
Corey Oordt 2021-12-05 10:13:19 -06:00
parent 5961d6b80f
commit 0125004524

23
.editorconfig Normal file
View file

@ -0,0 +1,23 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{py,rst,ini}]
indent_style = space
indent_size = 4
[*.{html,css,scss,json,yml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab