ide - Atom autoclose-html how to force inline closing tags -
brand new atom. see can force html tags close inline using autoclose-html package. however, when populate list tags close inline, still closing on separate line. how should list formatted? see defaults
default: ['title', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6']
and first tried adding ...'p', 'span']
list, , did not work. found list in autoclose-html.coffee , added same, no avail. doing wrong?
the way did (mac os - should same other os's):
- bring atom settings (atom menu --> preferences)
- select packages
- select autoclose-html settings
- select view code
- expand lib folder
- select configuration.coffee
- make changes in there , save file.
- restart atom
all done!
Comments
Post a Comment