From 83398238aae82d06e320d2f96103f90d3d7e9b05 Mon Sep 17 00:00:00 2001 From: Jocelyne Date: Tue, 11 Jul 2023 12:36:02 +0100 Subject: [PATCH] chore: Modify max_line_length value in .editorconfig to match that of detekt.yml --- .editorconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index e28d8216da..0fa7fc2648 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,9 +6,9 @@ end_of_line = lf indent_size = tab indent_style = space insert_final_newline = true -max_line_length = 150 +max_line_length = 166 tab_width = 4 -ij_formatter_off_tag = @formatter:off +ij_formatter_off_tag = @formatter:off ij_formatter_on_tag = @formatter:on ij_formatter_tags_enabled = true ij_smart_tabs = true @@ -41,6 +41,5 @@ ij_kotlin_spaces_around_equality_operators = true ij_any_align_group_field_declarations = false ij_java_align_group_field_declarations = false - [{.github/**/*.yml, .idea/*.xml}] indent_size = 2