Page 1 of 1

Code identation

PostPosted: December 22nd, 2018, 9:55 am
by joaomfrebelo
I've been around PHP code indentation to see if is possible to format the code having open braces in a new line. Is it possible for PHP?

public function test()
{

}

Re: Code identation

PostPosted: January 2nd, 2019, 10:00 am
by maros.beno
Hi,
currently it's not possible, but we are completely re-implementing formatting, which will have full PSR2 support with many options controlled by user, including this one.

Thank you for your question and have a nice day.

Re: Code identation

PostPosted: January 5th, 2019, 6:27 pm
by mhpcc
maros.beno wrote:Hi,
currently it's not possible, but we are completely re-implementing formatting, which will have full PSR2 support with many options controlled by user, including this one.

Thank you for your question and have a nice day.


Awesome, that's a joy to hear. Thank you for your support, appreciated much :)