From 81986ef0e0a489df1922a4f8e1463e01923375c5 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 8 May 2015 19:41:54 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6cd65d8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false