Skip to content

Commit 3ba503d

Browse files
committed
Add editorconfig
1 parent a921512 commit 3ba503d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.editorconfig

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
charset = utf-8
6+
trim_trailing_whitespace = true
7+
8+
[*]
9+
end_of_line = lf
10+
insert_final_newline = true
11+
indent_style = space
12+
indent_size = 4
13+
14+
[Makefile]
15+
indent_style = tab
16+
17+
[*.yml]
18+
indent_size = 2
19+
20+
[*.conf]
21+
indent_size = 2
22+
23+
[*.go]
24+
indent_size = 4

0 commit comments

Comments
 (0)