From a80eac4b535ef9d9b45a47c228a77287ac3e87ae Mon Sep 17 00:00:00 2001 From: Paulo Lopes Date: Thu, 4 May 2017 15:40:55 +0200 Subject: [PATCH] Add editorconfig file as per wiki Signed-off-by: Paulo Lopes --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..fff7c5ffd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +end_of_line = lf +insert_final_newline = true