From ffd5c8b5c1ce33ec0ad8fb8304ac7cb2316c940f Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 16 Apr 2023 16:56:59 +0200 Subject: [PATCH] editorconfig: add json config --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index ff4c25d..2987ae3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,7 @@ charset = utf-8 [*.nix] indent_style = space indent_size = 2 + +[*.json] +indent_style = space +indent_size = 2