vendor/gopkg.in/ini.v1/.editorconfig
author Mikael Berthe <mikael@lilotux.net>
Tue, 23 Aug 2022 22:39:43 +0200
changeset 260 445e01aede7e
parent 256 vendor/github.com/spf13/viper/.editorconfig@6d9efbef00a9
permissions -rw-r--r--
Update vendor directory

# 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