typescript - WebStorm 11 JavaScript auto line breaks -
i'm working angular2 in webstorm 11 ide. when writing html in .ts
file, webstorm auto line breaks , adds syntax:
what want able hit enter after h1
, not have webstorm automatically add ' + '
syntax connect lines....
i can't find on google or webstorm's page yet.
go file -> settings -> editor -> code style -> typescript. go wrapping , braces tab. scroll down binary expressions section. select "operation sign on next line" option. seems work me, of course have option selected in javascript editor option well, don't know if makes difference
Comments
Post a Comment