mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 14:27:29 -06:00
[chore] update viper version (#2539)
* update viper version * removes our last uses of the slice package * fix tests
This commit is contained in:
parent
c5eced5fd1
commit
906639ad7e
166 changed files with 11771 additions and 2782 deletions
18
vendor/github.com/sagikazarmark/slog-shim/.editorconfig
generated
vendored
Normal file
18
vendor/github.com/sagikazarmark/slog-shim/.editorconfig
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.nix]
|
||||
indent_size = 2
|
||||
|
||||
[{Makefile,*.mk}]
|
||||
indent_style = tab
|
||||
|
||||
[Taskfile.yaml]
|
||||
indent_size = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue