Skip to content

Commit 68393a1

Browse files
committed
chore: Add editorconfig to try and keep formatting consistent
1 parent b2bd552 commit 68393a1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 2
7+
indent_style = space
8+
insert_final_newline = false
9+
max_line_length = 120
10+
tab_width = 2
11+
12+
[*.java]
13+
indent_size = 4
14+
tab_width = 4

0 commit comments

Comments
 (0)