1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Merge pull request #51 from nupplaphil/add_editorconfig

Add editorconfig
This commit is contained in:
Felix Bartels
2018-12-14 07:41:22 +01:00
committed by GitHub
+10
View 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