Skip to content

Commit

Permalink
Merge pull request Walkyst#10 from nikammerlaan/editor-config
Browse files Browse the repository at this point in the history
Add .editorconfig for consistent style and imports
  • Loading branch information
nikammerlaan authored Aug 4, 2023
2 parents 35c4d37 + baa82c6 commit 5ceec11
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

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

[*.java]
ij_java_names_count_to_use_import_on_demand = 5
ij_java_class_count_to_use_import_on_demand = 5

0 comments on commit 5ceec11

Please sign in to comment.