Skip to content

Commit d6a8af3

Browse files
andelfcoocood
authored andcommitted
.editorconfig: add .editorconfig file, make tab_size = 4 (pingcap#2779)
1 parent 8934e0c commit d6a8af3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)