Improvements for channel counter
[friendica.git/.git] / .editorconfig
1 # editorconfig tool configuration
2 # see http://editorconfig.org for docs
3
4 root = true
5
6 [*]
7 charset = utf-8
8 end_of_line = lf
9 indent_style = tab
10 trim_trailing_whitespace = true
11 insert_final_newline = true
12 quote_type = single
13 max_line_length = off
14
15 [*.js]
16 quote_type = double
17 ij_javascript_use_double_quotes = true
18
19 [*.yml]
20 indent_style = space
21 indent_size = 2
22
23 [*.xml]
24 indent_style = space
25 indent_size = 2
26
27 [*.json]
28 indent_style = space
29 indent_size = 2
30
31 [composer.json]
32 indent_style = tab