Skip to content

Commit 4563ab0

Browse files
committed
Merge pull request #2411 from johanneswuerbach/editorconfig
chore(*): Added editorconfig
2 parents 4f79ecc + b1a3777 commit 4563ab0

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)