mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-14 18:05:55 -07:00
refactor(ci): disable verions matrix
This commit is contained in:
parent
6fb1812642
commit
44d5860c68
2 changed files with 18 additions and 11 deletions
|
|
@ -1,12 +1,20 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
[*.go]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
[Makefile]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue