We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd330b0 commit 93b8647Copy full SHA for 93b8647
1 file changed
.editorconfig
@@ -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
13
+indent_style = tab
0 commit comments