From f5a0680348f2bd527e8fcab111bec6733f52be25 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 14 Mar 2020 08:53:33 +0000 Subject: [PATCH] Format .editorconfig Signed-off-by: Graham --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d9a6a69e..c1e50b03 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,6 @@ indent_size = 4 # noinspection EditorConfigKeyCorrectness disabled_rules = import-ordering -[*.{xml,yaml,yml}] +[*.{xml, yaml, yml}] indent_style = space indent_size = 2