akalongman / akalongman/sublimetext-codeformatter
SmartLnAfterCurlyOpen doesn't work as exclude
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 772
- Fork
- 128
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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();`
`}`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.