From 9520b31ba359b3abec4f656df4e6abc5c795c677 Mon Sep 17 00:00:00 2001 From: Eric Durand-Tremblay Date: Mon, 21 Oct 2024 08:00:01 -0400 Subject: [PATCH] feat(editorconfig): ij_php_spaces_around_pipe_in_union_type (#486) --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index c939bb26..4c951fba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -506,6 +506,7 @@ ij_php_uses_weight = 28 ij_php_var_weight = 28 ij_php_variable_naming_style = mixed ij_php_version_weight = 28 +ij_php_spaces_around_pipe_in_union_type = true ; Python [*.py]