mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 12:11:15 +00:00
46c65b79be
- Add Logger to Slim application to log to Friendica log file - Show more specific error message when rule syntax check fails - Align editorconfig with Composer style - Add minimum PHP version to composer.json
32 lines
484 B
INI
32 lines
484 B
INI
# editorconfig tool configuration
|
|
# see http://editorconfig.org for docs
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = tab
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
quote_type = single
|
|
max_line_length = off
|
|
|
|
[*.js]
|
|
quote_type = double
|
|
ij_javascript_use_double_quotes = true
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.xml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[composer.json]
|
|
indent_size = 4
|