indentation - Adobe-Brackets disable auto-indent and auto-close tags -


i have issues adobe brackets out there after trying change preferences solutions out there.

issue:
opened head tag. after typing code, on last line, begin close head tag , auto completes tag.

in addition, auto-indents closing tag.

how disable both of these? have tried changing preferences smartindent, whenclosing, whenopening 'false' no avail. or perhaps need idiot-proof explanation of how it.

update:
auto-indent of tag seem follow previous written line of code. prevent this.

thanks in advance.

the brackets wiki preferences page details closetags option, which, disable particular behavior you're experiencing, should have whenclosing option disabled, @ least.

add preferences file:

"closetags": {     "whenclosing": false } 

additionally, disable tag autoclosing when typing opening tag, disable whenopening, well:

    "whenopening": false 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -