summaryrefslogtreecommitdiffstats
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, 15 insertions, 0 deletions
diff --git a/vendor/github.com/spf13/viper/.editorconfig b/vendor/github.com/spf13/viper/.editorconfig
new file mode 100644
index 00000000..63afcbcd
--- /dev/null
+++ b/vendor/github.com/spf13/viper/.editorconfig
@@ -0,0 +1,15 @@
+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