1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-11 01:46:11 +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
commit bda4021ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.editorconfig Normal file
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