We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8934e0c commit d6a8af3Copy full SHA for d6a8af3
.editorconfig
@@ -0,0 +1,10 @@
1
+[*]
2
+end_of_line = lf
3
+insert_final_newline = true
4
+charset = utf-8
5
+
6
+# tab_size = 4 spaces
7
+[*.go]
8
+indent_style = tab
9
+indent_size = 4
10
+trim_trailing_whitespace = true
0 commit comments