forked from friendica/friendica-addons
Merge pull request #902 from tobiasd/20191014-editorconfig
added editorconfig file
This commit is contained in:
commit
ce7b5ff6ac
10
.editorconfig
Normal file
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
|
Loading…
Reference in a new issue