mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
Bring back files from vendor directory that we accidentally excluded
This commit is contained in:
18
vendor/github.com/sahilm/fuzzy/.editorconfig
generated
vendored
Normal file
18
vendor/github.com/sahilm/fuzzy/.editorconfig
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.sh]
|
||||
indent_size = 4
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.go]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
5
vendor/github.com/sahilm/fuzzy/.travis.yml
generated
vendored
Normal file
5
vendor/github.com/sahilm/fuzzy/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.x
|
||||
script:
|
||||
- make
|
Reference in New Issue
Block a user