Skip to content

Commit

Permalink
Create .editorconfig (#4615)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jun 24, 2024
1 parent a8bd93a commit ca2312c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

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

[*.java]
ij_java_class_count_to_use_import_on_demand = 9999
ij_java_doc_align_exception_comments = false
ij_java_doc_align_param_comments = false

0 comments on commit ca2312c

Please sign in to comment.