From df5a054be85cf12b05596d585b159f71ebea8cf6 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:16:44 -0700 Subject: [PATCH] update editorconfig --- vendor/.editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vendor/.editorconfig b/vendor/.editorconfig index a00f6cf7..ab87f516 100644 --- a/vendor/.editorconfig +++ b/vendor/.editorconfig @@ -1,3 +1,7 @@ [snakeyaml/**] indent_size = 2 ij_continuation_indent_size = 4 + +[typesafe-config/**] +# same as root but swap java.** and * to match typesafe-config existing files +ij_java_imports_layout = $*, |, java.**, |, *