Skip to content

Commit 757965c

Browse files
committedJul 17, 2019
Add editorconfig configuration file
1 parent 75d893b commit 757965c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed
 

‎.editorconfig

+3-7
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ root = true
88
end_of_line = lf
99
insert_final_newline = true
1010

11-
# Matches multiple files with brace expansion notation
12-
# Set default charset
13-
[*.{js,py}]
11+
# 2 space indentation
12+
[*.{groovy, java, xml}]
1413
charset = utf-8
15-
16-
# 4 space indentation
17-
[*.{groovy,java}]
1814
indent_style = space
19-
indent_size = 4
15+
indent_size = 2

0 commit comments

Comments
 (0)
Please sign in to comment.