welovewordpress / SublimePhpTidy

Plugin for Sublime Text 2 to format PHP code to meet the WordPress Coding Standards using a modified version of phptidy
GNU General Public License v2.0
109 stars 30 forks source link

Fixes https://github.com/welovewordpress/SublimePhpTidy/issues/15. #25

Closed morganestes closed 11 years ago

morganestes commented 11 years ago

Add check for single-line DocBlocks and return early if we're in one.

morganestes commented 11 years ago

Fix for #15.