Indent: Works in unexpected way
bimlas opened this issue · comments
Bimba Laszlo commented
/**
* Assign template vars related to page content
* @see FrontController::initContent()
*/
public function initContent()
{
// ...
$this->context->smarty->assign(array(
'stock_management' => Configuration::get('PS_STOCK_MANAGEMENT'),
'customizationFields' => $customization_fields,
The las two lines indenting is highlighted with the same color (shiftwidth=2
).