Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Add .editorconfig for automatic IDE configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Sitnikov committed Dec 28, 2021
1 parent 8f4da3c commit 746716f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
max_line_length = 120

[*.java]
# Doc: https://youtrack.jetbrains.com/issue/IDEA-170643#focus=streamItem-27-3708697.0-0
#"all other", "java.", "javax.", "all static"
ij_java_imports_layout = *,|,java.**,|,javax.**,|,$*
ij_java_use_single_class_imports = true

0 comments on commit 746716f

Please sign in to comment.