1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-31 23:31:49 +00:00

added editorconfig config file

This commit is contained in:
Tobias Diekershoff 2017-01-28 07:15:57 +01:00
parent d61a4a67db
commit 0342f559c1

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