你知道一个支持逗号优先编码风格的JS格式化程序吗?
var a = 'ape' , b = 'bat' , c = 'cat' , d = 'dog' , e = 'elf' , f = 'fly' , g = 'gnu' , h = 'hat' , i = 'ibu' ;
到目前为止,我已经看过JS Beautifier和SourceFormatX,但找不到它的选项.
javascript formatting coding-style
coding-style ×1
formatting ×1
javascript ×1