Skip to content

Commit

Permalink
.editorconfig: add .editorconfig file, make tab_size = 4 (pingcap#2779)
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf authored and coocood committed Mar 5, 2017
1 parent 8934e0c commit d6a8af3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

# tab_size = 4 spaces
[*.go]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true

0 comments on commit d6a8af3

Please sign in to comment.