Create .editorconfig

pull/1/head
Thibault Maekelbergh 2016-09-16 17:43:10 +02:00 committed by GitHub
parent efd9b38d84
commit d832cc028f
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

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