Skip to content

Commit 251ab55

Browse files
authoredJul 8, 2016
Create .editorconfig
1 parent 35439f7 commit 251ab55

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Top-most EditorConfig file
2+
root = true
3+
4+
# Unix-style newlines with a newline ending every file
5+
[*]
6+
end_of_line = lf
7+
insert_final_newline = true
8+
9+
# Set the charset, and space indention
10+
[*.java]
11+
charset = utf-8
12+
indent_style = space
13+
indent_size = 4

0 commit comments

Comments
 (0)
Please sign in to comment.