diff -r db4911b0c721 -r 445e01aede7e vendor/gopkg.in/ini.v1/.editorconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/gopkg.in/ini.v1/.editorconfig Tue Aug 23 22:39:43 2022 +0200 @@ -0,0 +1,12 @@ +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*_test.go] +trim_trailing_whitespace = false