From c7d90b10f4bc436e6e409a4e4a1fc812efa5ba3a Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 22 Dec 2021 11:35:27 +0800 Subject: [PATCH] build: add trailing comma in editor config --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index b403fc3bd..aeed65bb7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,6 +22,8 @@ tab_width=2 indent_size=2 tab_width=2 max_line_length=off +ij_kotlin_allow_trailing_comma=true +ij_kotlin_allow_trailing_comma_on_call_site=true [{*.yml,*.yaml}] indent_size=2