From 8c93b4623d6a4216215921f118c49325e0021603 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 29 Aug 2020 19:57:31 +0100 Subject: [PATCH] Format .editorconfig Signed-off-by: Graham --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 57fe0a80..517174c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,7 +15,7 @@ indent_style = space indent_size = 4 # see https://github.com/pinterest/ktlint/issues/764 # noinspection EditorConfigKeyCorrectness -disabled_rules = indent,parameter-list-wrapping +disabled_rules = indent, parameter-list-wrapping # @formatter:off [*.{xml,yaml,yml}]