Initial commit of .editorconfig

This commit is contained in:
coox 2020-05-06 12:36:22 +02:00
parent aca92e6a04
commit 19f142937c
1 changed files with 23 additions and 0 deletions

23
.editorconfig Normal file
View File

@ -0,0 +1,23 @@
# https://editorconfig.org/
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
# Overrides for Python files
[*.py]
indent_size = 4
# Overrides for HTML files
[*.html]
indent_size = 2
# Overrides for Makefile
[Makefile]
indent_size = 4
indent_style = tabs