accidentally removed .editorconfig

This commit is contained in:
Ad Schellevis 2017-07-30 15:14:59 +02:00
parent 27f26f0dab
commit fb7c4e360b
1 changed files with 17 additions and 0 deletions

17
.editorconfig Normal file
View File

@ -0,0 +1,17 @@
root = true
[*.py]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{php,inc,volt}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true