editor config
This commit is contained in:
parent
259593ba4f
commit
74c0fdebb3
@ -2,7 +2,7 @@ root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = false
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
@ -13,20 +13,10 @@ tab_width = 4
|
||||
indent_size = 2
|
||||
tab_width = 2
|
||||
|
||||
[*.py]
|
||||
insert_final_newline = true
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
tab_width = 4
|
||||
|
||||
[*.json]
|
||||
insert_final_newline = true
|
||||
|
||||
[*.go]
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
|
||||
[control]
|
||||
insert_final_newline = true
|
||||
Loading…
x
Reference in New Issue
Block a user