Skip to content

Commit a91242f

Browse files
author
Igor Melnichenko
committed
Editorconfig was added
1 parent 959538e commit a91242f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[*]
2+
indent_style = space
3+
insert_final_newline = true
4+
max_line_length = 120
5+
6+
[*.java]
7+
ij_java_block_brace_style = end_of_line
8+
ij_java_class_brace_style = end_of_line
9+
ij_java_class_count_to_use_import_on_demand = 9000
10+
ij_java_do_while_brace_force = always
11+
ij_java_doc_enable_formatting = false
12+
ij_java_for_brace_force = always
13+
ij_java_if_brace_force = always
14+
ij_java_imports_layout = java.**, |, javax.**, |, *, |, yandex.**, |, ru.yandex.**, |, tech.ydb.**, |, $*
15+
ij_java_insert_override_annotation = true
16+
ij_java_lambda_brace_style = end_of_line
17+
ij_java_method_brace_style = end_of_line
18+
ij_java_names_count_to_use_import_on_demand = 9000
19+
ij_java_use_single_class_imports = true
20+
ij_java_while_brace_force = always

0 commit comments

Comments
 (0)