emmetio / brackets-emmet

Emmet plugin for Brackets editor
http://emmet.io
MIT License
489 stars 188 forks source link

No html attributes indent on enter when emmet is enabled #98

Open gsgenerator opened 8 years ago

gsgenerator commented 8 years ago

Hi

I updated Brackets to 1.6 and what i noticed is that when I add new line to separate my attributes in html indent is gone:

Previously it was like this:

to separate attributes to new lines result was like this: ```
``` Now result when Emmet is enabled is like this: ```
``` When I choose from top menu: Emmet > Enable Emmet and disable Emmet problem is diapering. Regards ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30076417-no-html-attributes-indent-on-enter-when-emmet-is-enabled?utm_campaign=plugin&utm_content=tracker%2F311111&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F311111&utm_medium=issues&utm_source=github).
qbicsky commented 7 years ago

Same here. Additionaly, Emmet seems to break indentation in html. First of all it forces space based indent (I have tab based indent set up in Brackets -> linter goes crazy). Second of all it indents 3 spaces by default. To sum up, it is incorrect in my 4 spaces, tab set up indentation in Brackets. edit: Also can't see any configuration for it in Emmet. Or simply option to disable Emmet's control over indentation all together. If I disable Emmet, indentation works just fine.