From 74f4a3e8e1949586c0a4e3b1539b6ebcd64a5391 Mon Sep 17 00:00:00 2001 From: Puqns67 Date: Sun, 28 May 2023 18:35:34 +0800 Subject: [PATCH] overlay: add .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6c6a8ec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*.xml] +indent_style = space +indent_size = 2 + +[*.ebuild] +indent_style = tab +indent_size = 4