Open InflamedSebi opened 5 years ago
<?php for ($i = 0; $i < 10; $i++) { if ($i%2 == 0) { echo "Flipflop"; } }
should be formatted to
Is there any option to keep a single indentation after the php tag?
should be formatted to
Is there any option to keep a single indentation after the php tag?