added editorconfig config file

This commit is contained in:
Tobias Diekershoff 2017-01-28 07:15:57 +01:00
부모 d61a4a67db
커밋 0342f559c1
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제

10
.editorconfig Normal file
파일 보기

@ -0,0 +1,10 @@
# editorconfig tool configuration
# see http://editorconfig.org for docs
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
indent_style = tab