mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 18:11:09 +00:00
10 lines
176 B
INI
10 lines
176 B
INI
# 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
|