Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29891b5 commit 18725ddCopy full SHA for 18725dd
1 file changed
.editorconfig
@@ -10,4 +10,8 @@ insert_final_newline = true
10
trim_trailing_whitespace = true
11
12
[*.{js,rb}]
13
-indent_size=2
+indent_size = 2
14
+
15
+[*.go]
16
+indent_size = 8
17
+indent_style = tab
0 commit comments