From f8acce846b5abd15221bfa17387f9fbb7d742dc6 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 15 Feb 2020 19:08:53 +0000 Subject: [PATCH] Format .editorconfig file --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1a4aa6ff..dd282198 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ trim_trailing_whitespace = true max_line_length = 120 indent_style = tab -[*.{kt,kts}] +[*.{kt, kts}] indent_style = space indent_size = 4 # see https://github.com/pinterest/ktlint/issues/527