added missing libraries
This commit is contained in:
parent
9de26f6547
commit
6ff10e6353
52 changed files with 2386 additions and 0 deletions
15
vendor/gopkg.in/testfixtures.v2/.editorconfig
generated
vendored
Normal file
15
vendor/gopkg.in/testfixtures.v2/.editorconfig
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# http://editorconfig.org/
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
|
||||
[*.{yml,md}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Reference in a new issue