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