Skip to content

Commit 02fa105

Browse files
authored
[skip ci] add editorconfig file (#320)
1 parent c588011 commit 02fa105

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: .editorconfig

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[*.go]
11+
indent_style = tab
12+
indent_size = 4
13+
14+
[*.py]
15+
indent_style = space
16+
indent_size = 4
17+
18+
[*.yml,*.tmpl]
19+
indent_style = space
20+
indent_size = 2

0 commit comments

Comments
 (0)