added editorconfig config file

このコミットが含まれているのは:
Tobias Diekershoff 2017-01-28 07:15:57 +01:00
コミット 0342f559c1
1個のファイルの変更10行の追加0行の削除

10
.editorconfig ノーマルファイル
ファイルの表示

@ -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