Skip to content

Commit

Permalink
chore: Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jun 21, 2024
1 parent f133b11 commit f4741a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[*]
insert_final_newline=true

[*.java]
indent_style=space
indent_size=4
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ default void onReload() {
default boolean shouldLoad() {
return true;
}
}
}

0 comments on commit f4741a4

Please sign in to comment.