emacs-php / php-mode

A powerful and flexible Emacs major mode for editing PHP scripts
GNU General Public License v3.0
583 stars 118 forks source link

WordPress coding style removing spaces around function args #730

Closed dustinpaluch closed 1 year ago

dustinpaluch commented 1 year ago

WordPress coding style includes adding spaces between function fall parens and their arguments like foo( $bar ). The 'wordpress php-mode-coding-style, when set, seems to be removing these extra spaces when I indent-region, as all the other coding styles do.

Can the wordpress coding style be changed to respect this?

dustinpaluch commented 1 year ago

Seems to be a LSP problem.