diff --git a/.editorconfig b/.editorconfig index 35408b931..7ea380af1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,6 @@ [*.{kt,kts}] ij_kotlin_allow_trailing_comma_on_call_site=true ij_kotlin_allow_trailing_comma=true -max_line_length = 120 # Matches maxLineLength in detekt.yml [*] insert_final_newline = true