aboutsummaryrefslogtreecommitdiff
path: root/contrib/libarchive/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libarchive/.editorconfig')
-rw-r--r--contrib/libarchive/.editorconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/libarchive/.editorconfig b/contrib/libarchive/.editorconfig
deleted file mode 100644
index 2b797a039e97..000000000000
--- a/contrib/libarchive/.editorconfig
+++ /dev/null
@@ -1,18 +0,0 @@
-# To use this config on you editor, follow the instructions at:
-# http://editorconfig.org
-
-root = true
-
-[*]
-charset = utf-8
-indent_style = tab
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.sh]
-indent_style = space
-indent_size = 4
-
-[CMakeLists.txt]
-indent_style = space
-indent_size = 2