Skip to content

Commit

Permalink
add editconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin7-1 committed Nov 6, 2024
1 parent bbff903 commit 9f4596e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 100
tab_width = 4

[*.java]
ij_java_names_count_to_use_import_on_demand = 999
ij_java_class_count_to_use_import_on_demand = 999

[{*.yaml,*.yml}]
indent_size = 2

0 comments on commit 9f4596e

Please sign in to comment.