From d11feb179ea884d48ce8f3e5848655fc2d8c6427 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Sun, 31 Mar 2024 23:22:19 +0400 Subject: [PATCH] fix: Use editor config settings that works with both Android Studio and Intellij --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 68dc752d0..20b04c897 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ [*.{kt,kts}] -ktlint_code_style = android_studio -ktlint_standard_no-wildcard-imports = disabled +ij_kotlin_allow_trailing_comma_on_call_site = false +ij_kotlin_allow_trailing_comma = false max_line_length = off \ No newline at end of file