Sublime Forum

Changing default brace style in PHP

#1

Hi, I’m new to Sublime. Trying to change default behavior so that PHP gets indented like this:

if ( foo ) { } 

instead of default:

if (foo) { }

More inline with WP brace style: make.wordpress.org/core/handbook … race-style

Can someone please give me a hint on how to easily do this?

0 Likes