From 354b1313a04e22e335205c012d30c41715e136fd Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 14 Mar 2020 08:54:46 +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