Skip to content

Commit 0db8477

Browse files
refactor: Standardize .editorconfig
Use this link to re-run the recipe: https://app.moderne.io/builder/N3MJaFjMF?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne <[email protected]>
1 parent 71ac5c4 commit 0db8477

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
insert_final_newline = true
5+
trim_trailing_whitespace = true
6+
7+
[src/test*/java/**.java]
8+
indent_size = 4
9+
ij_continuation_indent_size = 2

src/test/java/.editorconfig

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)