-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.editorconfig
More file actions
49 lines (42 loc) · 1.18 KB
/
.editorconfig
File metadata and controls
49 lines (42 loc) · 1.18 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true
ij_continuation_indent_size = 4
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = true
ij_keep_blank_lines_in_code = 2
ij_keep_indents_on_empty_lines = false
ij_keep_line_breaks = true
ij_space_before_comma = false
ij_smart_tabs = false
ij_visual_guides = 80,120
ij_wrap_on_typing = false
[*.proto]
indent_size = 2
tab_width = 2
ij_continuation_indent_size = 4
[{*.cpuprofile,*.har,*.jsb2,*.jsb3,*.json,*.jsonc,*.jsonl,*.postman_collection,*.postman_collection.json,*.postman_environment,*.postman_environment.json,.babelrc,.borschik,.eslintrc,.prettierrc,.stylelintrc,.yaspellerrc,bowerrc,jest.config}]
indent_size = 2
tab_width = 2
ij_continuation_indent_size = 4
ij_json_keep_blank_lines_in_code = 1
[{*.go,*.go2}]
indent_style = tab
[{*.mk,GNUmakefile,makefile}]
indent_style = tab
[{*.pb,*.textproto,*.txtpb}]
indent_size = 2
tab_width = 2
ij_continuation_indent_size = 4
[{*.yaml,*.yml,.repo_config}]
indent_size = 2
tab_width = 2
ij_continuation_indent_size = 4