From: Kefu Chai Date: Sat, 5 Sep 2020 04:06:49 +0000 (+0800) Subject: alpine: remove .editorconfig X-Git-Tag: v16.1.0~1121^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b3a6661a1c6632c63cfdc1201079717a88d827ba;p=ceph.git alpine: remove .editorconfig it's a leftover of c0802c98c480dd95645e2acc9b47c177efe41d66 Signed-off-by: Kefu Chai --- diff --git a/alpine/.editorconfig b/alpine/.editorconfig deleted file mode 100644 index 72e197b9e00..00000000000 --- a/alpine/.editorconfig +++ /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