From 585dff3eb65290238dc90be7b34d19655c5a46a0 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 5 Dec 2017 11:15:02 +0100 Subject: [PATCH] Add EditorConfig file --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..669ef302 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +; top-most EditorConfig file +root = true + +; Unix-style newlines +[*] +end_of_line = LF + +[*.json] +indent_style = space +indent_size = 4