Skip to content

Commit 75be4f5

Browse files
committed
Add .editorconfig and set indent_size to 4
1 parent 46ced98 commit 75be4f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See http://editorconfig.org
2+
3+
# In Go files we indent with tabs but still
4+
# set indent_size to control the GitHub web viewer.
5+
[*.go]
6+
indent_size=4
7+

0 commit comments

Comments
 (0)