mirror of
https://github.com/stashapp/stash.git
synced 2026-05-08 20:58:48 +02:00
* Use vendor code for all go calls * Add missing vendor dependencies * Add travis_retry to yarn install * Fix go test call
20 lines
317 B
INI
20 lines
317 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.{go,gotpl}]
|
|
indent_style = tab
|
|
|
|
[*.yml]
|
|
indent_size = 2
|
|
|
|
# These often end up with go code inside, so lets keep tabs
|
|
[*.{html,md}]
|
|
indent_size = 2
|
|
indent_style = tab
|