From 7e2ec1ac6b49af1e98fe693051f61d73ba6d8f28 Mon Sep 17 00:00:00 2001 From: Antonis Kalipetis Date: Thu, 22 Oct 2015 14:06:45 +0000 Subject: [PATCH] Add EditorConfig to the repo. Signed-off-by: Antonis Kalipetis --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..d7f2776a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true +max_line_length = 80 + +[*.md] +trim_trailing_whitespace = false