From 12e5779dd038b593f0ff947a54c3b54bf0e8c183 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..39f014a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = false + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.ebuild] +indent_style = tab + +[*.xml] +indent_style = tab -- cgit 1.4.1