🔧 .editorConfig : disable PHP variables alignement

Still enabled for key/value pairs though ! Example in \UtilsTest::ConvertToBytesProvider
This commit is contained in:
Pierre Goiffon
2021-07-05 12:33:56 +02:00
parent 9aead898e2
commit 69ad10785b
2 changed files with 2 additions and 2 deletions

View File

@@ -285,7 +285,7 @@ indent_style = tab
ij_continuation_indent_size = 4
ij_smart_tabs = true
ij_wrap_on_typing = false
ij_php_align_assignments = true
ij_php_align_assignments = false
ij_php_align_class_constants = false
ij_php_align_group_field_declarations = false
ij_php_align_inline_comments = false