mirror of https://github.com/talgo-cloud/bimg.git
parent
6fb1812642
commit
44d5860c68
@ -1,12 +1,20 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
[*.go]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[Makefile]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
|
||||
Loading…
Reference in new issue