Skip to content

Commit

Permalink
Merge pull request #340 from Myllyenko/configuring_editorconfig
Browse files Browse the repository at this point in the history
Adding EditorConfig configuration
  • Loading branch information
pnv1 authored Oct 29, 2024
2 parents 855fab7 + f4bd9b7 commit 9a7adfa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[*]
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_use_single_class_imports = true
ij_java_while_brace_force = always

0 comments on commit 9a7adfa

Please sign in to comment.