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

"view code"

  • expand lib folder
  • select configuration.coffee

"configuration.coffee"

  • make changes in there , save file.
  • restart atom

all done!


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -