From 051ab2580d537b4392739cb8d4cc54cc08222fc6 Mon Sep 17 00:00:00 2001 From: azahi Date: Sun, 3 Nov 2019 14:48:42 +0300 Subject: Add editorconfig --- .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