Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.editorconfig - github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d79527ce6cc3d927d70f36474337a489a9d6fa71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
root = true

[*]
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
max_line_length = 80
end_of_line= lf

[*.{js,py}]
quote_type = single

[*.{json,html}]
quote_type = double


[*.{js,py,html,json}]
indent_style = space
indent_size = 4
curly_bracket_next_line = false
spaces_around_operators = true
indent_brace_style = K&R
continuation_indent_size = 4

[Makefile]
indent_style = tab
indent_size = 4