mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
14 lines
No EOL
223 B
INI
14 lines
No EOL
223 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
|
|
quote_type = single
|
|
|
|
[*.js]
|
|
quote_type = double |