From 3df2c560c50d73d04245e0212dff54a9446cf058 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 16:55:25 +1300 Subject: [PATCH] Add editorconfig Signed-off-by: Richie Bendall --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..38cb39ef --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# editorconfig.org + +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false