From f591e9bdb0dc2da43c236a038430c357e525e684 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Fri, 26 Jan 2024 12:01:46 -0700 Subject: [PATCH] Bug 1876419 - Move comment from editorconfig files --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 35408b931..fe4b8e6b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,9 @@ [*.{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 + +# Matches maxLineLength in detekt.yml +max_line_length = 120 [*] insert_final_newline = true