Introduce EditorConfig for easier configuration of IDEs

This commit is contained in:
Niels Basjes 2016-10-12 16:25:53 +02:00
parent e9aa00e05b
commit 57f2e0f006
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab