From ab4c7ceea409cd406fb85176b45cbc7508124c97 Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Wed, 31 Jan 2024 11:05:44 +0100 Subject: [PATCH] fix: .editorconfig is malformed See https://youtrack.jetbrains.com/issue/IDEA-334444/Editorconfig-ignored#focus=Comments-27-8665866.0-0 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 58fe26b..6a5dbc0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -895,7 +895,7 @@ ij_html_text_wrap = normal [{*.http,*.rest}] indent_size = 0 ij_continuation_indent_size = 4 -ij_http request_call_parameters_wrap = normal +ij_http-request_call_parameters_wrap = normal [{*.java,*.jbang}] ij_java_align_consecutive_assignments = false