Skip to content

Commit 93b8647

Browse files
committed
Add .editorconfig
1 parent fd330b0 commit 93b8647

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 2
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[{go.mod,go.sum,go.work,go.work.sum,*.go,.gitmodules}]
12+
indent_size = 2
13+
indent_style = tab

0 commit comments

Comments
 (0)