From d083a4fa79a362723fef05d9702541ab12f02e4d Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 13 Mar 2020 19:08:54 +0100 Subject: [PATCH] Import .editorconfig from wlroots --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f392d81 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true +indent_style = tab +indent_size = 4 + +[*.xml] +indent_style = space +indent_size = 2