summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-ini/ini/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-ini/ini/.editorconfig')
-rw-r--r--vendor/github.com/go-ini/ini/.editorconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/github.com/go-ini/ini/.editorconfig b/vendor/github.com/go-ini/ini/.editorconfig
deleted file mode 100644
index 4a2d9180f..000000000
--- a/vendor/github.com/go-ini/ini/.editorconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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