Skip to content

Commit adb71f8

Browse files
Chaho12ebyhr
authored andcommitted
Add .editorconfig
1 parent 7c3bddc commit adb71f8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.editorconfig

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
indent_style = space
10+
indent_size = 4
11+
ij_continuation_indent_size = 8
12+
13+
[*.md]
14+
trim_trailing_whitespace = false
15+
16+
[*.java]
17+
ij_java_doc_align_exception_comments = false
18+
ij_java_doc_align_param_comments = false
19+
20+
[*.yml]
21+
indent_size = 2

0 commit comments

Comments
 (0)