Skip to content

Commit 8925c06

Browse files
authored
build: add EditorConfig file (#180)
1 parent b6269ec commit 8925c06

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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 = true
9+
max_line_length = 120
10+
tab_width = 2
11+
trim_trailing_whitespace = true
12+
13+
[*.java]
14+
indent_size = 4
15+
tab_width = 4

0 commit comments

Comments
 (0)