Properly configure tab indentation for Go
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f40b21c657
commit
7308d47835
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@ insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.go]
|
[*.go]
|
||||||
indent_size = 1
|
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
tab_width = 2
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
Loading…
Reference in a new issue