From 723b157e8232b7274cf06d6c3b23e19a0353d301 Mon Sep 17 00:00:00 2001 From: Espen Hovlandsdal Date: Thu, 2 Mar 2017 15:49:46 +0100 Subject: [PATCH] [infrastructure] Add global editorconfig --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000000..3880f3f53ea --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +; editorconfig.org +root = true +charset= utf8 + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false + +[*.snap] +trim_trailing_whitespace = false