summaryrefslogtreecommitdiff
path: root/vendor/github.com/spf13/viper/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/spf13/viper/.editorconfig')
-rw-r--r--vendor/github.com/spf13/viper/.editorconfig21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/spf13/viper/.editorconfig b/vendor/github.com/spf13/viper/.editorconfig
deleted file mode 100644
index faef0c91e..000000000
--- a/vendor/github.com/spf13/viper/.editorconfig
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-
-[*.nix]
-indent_size = 2
-
-[.golangci.yaml]
-indent_size = 2