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.**, |, *