From b491f064efb8115cfe6216328a45b7e0811132d0 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 19 Jul 2016 14:16:02 +0200 Subject: [PATCH] Add jsonld to editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 07740ced..fd0c5b1d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,6 +21,10 @@ indent_size = 4 indent_style = space indent_size = 4 +[*.jsonld] +indent_style = tab +indent_size = 4 + [*.php] indent_style = space indent_size = 4