sublimetext-codeformatter icon indicating copy to clipboard operation
sublimetext-codeformatter copied to clipboard

SmartLnAfterCurlyOpen doesn't work as exclude

Open ghost opened this issue 8 years ago • 3 comments

When using: "passes": ["AlignDoubleSlashComments", "AlignGroupDoubleArrow", "AlignDoubleArrow", "AllmanStyleBraces", "GeneratePHPDoc", "PrettyPrintDocBlocks", "ReindentAndAlignObjOps", "ShortArray", "SpaceAroundExclamationMark"],

and

"exclude": ["SmartLnAfterCurlyOpen"]

my one line if statements are still being formatted to multiple lines. So this still happens: if($a) echo array(); becomes if($a) { echo array(); }

ghost avatar Aug 22 '16 13:08 ghost

The same :/

mabouka avatar May 11 '17 13:05 mabouka

Yes not working...

ashish-joshi-sr avatar May 20 '17 13:05 ashish-joshi-sr

Still not working

evilgazz avatar Jun 21 '20 17:06 evilgazz