Skip to content

Commit b1a3777

Browse files
chore(*): Added editorconfig
editorconfig configures editors to use the correct indent size and style. [skip ci]
1 parent 58c2d97 commit b1a3777

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
root = true
4+
5+
[*]
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
indent_style = space
11+
indent_size = 4
12+
13+
[*.go]
14+
indent_style = tab

0 commit comments

Comments
 (0)