From c9a024c6ebca10bcf08d99c3f38fc7e5dc189712 Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Wed, 31 Jan 2024 11:06:10 +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 f3753ca2..74c5d098 100644 --- a/.editorconfig +++ b/.editorconfig @@ -799,7 +799,7 @@ ij_html_text_wrap = normal indent_size = 0 ij_continuation_indent_size = 4 ij_visual_guides = none -ij_http request_call_parameters_wrap = normal +ij_http-request_call_parameters_wrap = normal [{*.java,*.jbang}] ij_visual_guides = none