🔧 .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

View File

@@ -923,7 +923,7 @@ class SetupUtils
$oPage, $bIsItopInstall, $sDBServer, $sDBUser, $sDBPwd, $sDBName, $sDBPrefix, $bTlsEnabled, $sTlsCA,
$sNewDBName = ''
) {
$sWikiVersion = utils::GetItopVersionWikiSyntax(); //eg : '2_7_0';
$sWikiVersion = utils::GetItopVersionWikiSyntax(); //eg : '2_7_0';
$sMysqlTlsWikiPageUrl = 'https://www.itophub.io/wiki/page?id='.$sWikiVersion.':install:php_and_mysql_tls';
$oPage->add('<tr><td colspan="2">');