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/.editorconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/spf13/viper/.editorconfig b/vendor/github.com/spf13/viper/.editorconfig
deleted file mode 100644
index 63afcbcdd..000000000
--- a/vendor/github.com/spf13/viper/.editorconfig
+++ /dev/null
@@ -1,15 +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