-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.editorconfig
More file actions
30 lines (24 loc) · 817 Bytes
/
.editorconfig
File metadata and controls
30 lines (24 loc) · 817 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
[*]
indent_size = 4
indent_style = tab
tab_width = 4
insert_final_newline = true
[*.yml]
indent_size = 2
indent_style = space
[*.java]
ij_java_block_brace_style = end_of_line
ij_java_lambda_brace_style = end_of_line
ij_java_method_brace_style = end_of_line
ij_java_names_count_to_use_import_on_demand = 999
[{*.gant,*.groovy,*.gy,*.gradle}]
ij_groovy_block_brace_style = end_of_line
ij_groovy_class_brace_style = end_of_line
ij_groovy_lambda_brace_style = end_of_line
ij_groovy_method_brace_style = end_of_line
[{*.har,*.json,*.png.mcmeta,mcmod.info,pack.mcmeta}]
ij_json_array_wrapping = split_into_lines
# Lang files get excessively long lines, and IntelliJ insists on using broken formatting.
ij_json_wrap_long_lines = false
# This is invalid to JSON spec, must be false.
ij_json_keep_trailing_comma = false