From 7889034f27202504d9640326435a18a04c72ee9c Mon Sep 17 00:00:00 2001 From: mscherer Date: Thu, 28 Nov 2019 17:17:08 +0100 Subject: [PATCH] Use currently used indentation for editorconfig. --- .editorconfig | 3 +++ tooling.yml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index de16bc5..19d5e28 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ trim_trailing_whitespace = true [*.bat] end_of_line = crlf + +[*.json] +indent_size = 2 diff --git a/tooling.yml b/tooling.yml index 22a25f7..41e8401 100644 --- a/tooling.yml +++ b/tooling.yml @@ -1,5 +1,5 @@ architecture-sniffer: - priority: 2 + priority: 2 code-sniffer: - level: 1 + level: 1