-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.editorconfig
More file actions
36 lines (35 loc) · 1.41 KB
/
.editorconfig
File metadata and controls
36 lines (35 loc) · 1.41 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
[*]
indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
[*.java]
ij_java_block_brace_style = end_of_line
ij_java_class_brace_style = end_of_line
ij_java_class_count_to_use_import_on_demand = 9000
ij_java_do_while_brace_force = always
ij_java_doc_enable_formatting = false
ij_java_for_brace_force = always
ij_java_if_brace_force = always
ij_java_imports_layout = java.**, |, javax.**, |, *, |, yandex.**, |, ru.yandex.**, |, tech.ydb.**, |, $*
ij_java_insert_override_annotation = true
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 = 9000
ij_java_space_after_colon = true
ij_java_space_before_colon = true
ij_java_spaces_around_additive_operators = true
ij_java_spaces_around_annotation_eq = true
ij_java_spaces_around_assignment_operators = true
ij_java_spaces_around_bitwise_operators = true
ij_java_spaces_around_equality_operators = true
ij_java_spaces_around_lambda_arrow = true
ij_java_spaces_around_logical_operators = true
ij_java_spaces_around_method_ref_dbl_colon = false
ij_java_spaces_around_multiplicative_operators = true
ij_java_spaces_around_relational_operators = true
ij_java_spaces_around_shift_operators = true
ij_java_spaces_around_type_bounds_in_type_parameters = true
ij_java_spaces_around_unary_operator = false
ij_java_use_single_class_imports = true
ij_java_while_brace_force = always