Skip to content

Commit 4d64125

Browse files
committed
chore: Add .editorconfig for site/
1 parent afbaeb8 commit 4d64125

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[*]
2+
indent_style = space
3+
indent_size = 2
4+
5+
[*.go]
6+
indent_style = tab
7+
indent_size = unset

0 commit comments

Comments
 (0)