diff options
Diffstat (limited to 'vendor/github.com/spf13/viper/.editorconfig')
-rw-r--r-- | vendor/github.com/spf13/viper/.editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/spf13/viper/.editorconfig b/vendor/github.com/spf13/viper/.editorconfig index 63afcbcd..6d0b6d35 100644 --- a/vendor/github.com/spf13/viper/.editorconfig +++ b/vendor/github.com/spf13/viper/.editorconfig @@ -11,5 +11,5 @@ trim_trailing_whitespace = true [*.go] indent_style = tab -[{Makefile, *.mk}] +[{Makefile,*.mk}] indent_style = tab |