From aa6b834e56de3a1adb9d6619249c6260d7668d68 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 15 Jun 2026 19:46:54 -0400 Subject: [PATCH] repo: add .editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..28c2daf --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +tab_width = 4 +charset = utf-8 + +[*.ebuild] +indent_style = tab +trim_trailing_whitespace = true + +[repositories.xml] +indent_style = space +tab_width = 2