3

So I'm currently having a love/hate relationship with Atom... I love that it only has what I want and nothing more, but I hate that it lacks a lot of basic features like automatically adding the closing tags to my html, and the only beautifying package I can find defaults to two spaces instead of my usual 4 and I can't find how to change it.

Does anyone know how to change the spacing on the beautify package? And does anyone know a package that will auto close my html tags?

Comments
  • 0
    I do have a package installed that autocloses html tags, I love it. I'm pretty sure it's autocomplete-html (https://atom.io/packages/...) but I can't double check atm.

    As for default space count, are you talking about packages that allow you to automatically indent a whole document correctly? If that's the case, I unfortunately don't think I know of any off-hand, sorry. :/
  • 0
    @Navigatr I already have beautify Wich handles automatic spacing and what but but it's using 2 spaces instead if 4
  • 0
    @gitlab I took a look at their page and under "Configuration" there's info on how to edit language-specific settings for beautify: https://atom.io/packages/...
  • 0
    @Navigatr it's supposedly using my global settings of 4 but it's not seems to be a bug?
  • 0
    @gitlab And you checked the settings for the editor itself, I assume?
  • 0
    @Navigatr yep, when I hit enter that works fine, but the package beautify doesn't
  • 0
    Hmm, I can only figure that it's something with the package settings. You said it's set to use global settings? Could you try setting them manually anyway?
Add Comment