mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 13:53:54 +00:00
added editorconfig file
This commit is contained in:
parent
0e6a926305
commit
c0f3f0a77a
1 changed files with 10 additions and 0 deletions
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