From 83b7d7cf7cc3055d351c37a1784e6735f5a6744d Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 14 Mar 2020 08:54:19 +0000 Subject: [PATCH] Format .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f427e93..d488b40 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,6 @@ trim_trailing_whitespace = true max_line_length = 120 indent_style = tab -[*.{xml,yaml,yml}] +[*.{xml, yaml, yml}] indent_style = space indent_size = 2