Set style for Go files
This commit is contained in:
parent
ae4ef5fa95
commit
d45c1ebcb7
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.go]
|
||||||
|
indent_size = 8
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
[*.html]
|
[*.html]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue