diff -r 4f153a23adab -r 6d9efbef00a9 vendor/github.com/spf13/viper/.editorconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/github.com/spf13/viper/.editorconfig Sun Jul 11 10:35:56 2021 +0200 @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.go] +indent_style = tab + +[{Makefile, *.mk}] +indent_style = tab