Skip to content

Commit 6ac6fb4

Browse files
committed
Add .editorconfig
1 parent 07cc43c commit 6ac6fb4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.editorconfig

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_style = space
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[{*.bash,*.sh}]
11+
indent_size = 4
12+
13+
[*.go]
14+
indent_style = tab
15+
16+
[*.java]
17+
indent_size = 4
18+
19+
[*.xml]
20+
indent_size = 4
21+
22+
[*.{yaml,yml}]
23+
indent_size = 2
24+
25+
[Makefile*]
26+
indent_style = tab

0 commit comments

Comments
 (0)