Skip to content

Commit 707ab7b

Browse files
author
Jochen Schalanda
committed
Add EditorConfig for more consistent source formatting
http://editorconfig.org/ [ci skip]
1 parent e4d1db4 commit 707ab7b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# EditorConfig helps developers to maintain consistent coding styles between different editors and IDEs.
2+
# For more information about the properties used in this file, please see http://editorconfig.org/.
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
indent_style = space
9+
insert_final_newline = true
10+
11+
[*.java]
12+
indent_size = 4
13+
trim_trailing_whitespace = true
14+
15+
[*.{js,jsx}]
16+
indent_size = 2
17+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)