]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
alpine: remove .editorconfig 37002/head
authorKefu Chai <kchai@redhat.com>
Sat, 5 Sep 2020 04:06:49 +0000 (12:06 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 5 Sep 2020 04:07:16 +0000 (12:07 +0800)
it's a leftover of c0802c98c480dd95645e2acc9b47c177efe41d66

Signed-off-by: Kefu Chai <kchai@redhat.com>
alpine/.editorconfig [deleted file]

diff --git a/alpine/.editorconfig b/alpine/.editorconfig
deleted file mode 100644 (file)
index 72e197b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-; This file is for unifying the coding style for different editors and IDEs.
-; Plugins are available for notepad++, emacs, vim, gedit,
-; textmate, visual studio, and more.
-;
-; See http://editorconfig.org for details.
-
-# Top-most EditorConfig file.
-root = true
-
-[**/APKBUILD*]
-indent_style = tab
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true