From 3f752be4e88d91ec85e5c50a6b1f29159ce140a0 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 5 Dec 2017 11:10:26 +0100 Subject: [PATCH] Add the EditorConfig file to enforce JSON indentation --- .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