We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi and thanks for creating an awesome package!
I see some PHP dialects, like WordPress code style, prefer to put brackets on same line and not on next line. Would this be possible?
The text was updated successfully, but these errors were encountered:
This is a very good question. We would have to make parts of https://github.com/emacs-php/php-ts-mode/blob/master/php-ts-mode.el#L308-L330 conditional.
Which code styles should be support? php-mode supports PEAR, Drupal, WordPress, Symfony2 and PSR-2. What do you thing @zonuexe?
php-mode
Maybe we should try to add one more coding standard soon to work out the code and test structure.
Sorry, something went wrong.
No branches or pull requests
Hi and thanks for creating an awesome package!
I see some PHP dialects, like WordPress code style, prefer to put brackets on same line and not on next line. Would this be possible?
The text was updated successfully, but these errors were encountered: