-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy path.editorconfig
More file actions
46 lines (39 loc) · 906 Bytes
/
.editorconfig
File metadata and controls
46 lines (39 loc) · 906 Bytes
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
; https://editorconfig.org/
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
ij_visual_guides = 80, 120
[manifest/**.{json,xml}]
indent_style = space
indent_size = 4
[*.sh]
indent_style = space
indent_size = 4
shell_variant = bash
binary_next_line = false
ij_shell_binary_ops_start_line = false
switch_case_indent = true
ij_shell_switch_cases_indented = true
space_redirects = true
ij_shell_redirect_followed_by_space = true
keep_padding = true
ij_shell_minify_program = false
function_next_line = false
[*.{go,go2}]
indent_style = tab
indent_size = 4
ij_go_run_go_fmt_on_reformat = true
[*.{yml,yaml}]
indent_size = 2
indent_style = space
ij_yaml_spaces_within_brackets = false
ij_yaml_spaces_within_braces = false
[*.{js,ts}]
indent_style = space
indent_size = 2
[*.py]
ij_python_align_multiline_parameters = false