Skip to content

Commit 07ba58d

Browse files
committed
Add a .editorconfig file
1 parent 6ec2983 commit 07ba58d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
[*.yml,*.yaml]
15+
indent_style = space
16+
indent_size = 2

0 commit comments

Comments
 (0)