My plugin inserts a snippet.
I am calling:
view.settings().set(‘auto_indent’,False) before doing the insert.
The problem is… the snippet is still automatically being indented.
When I run the snippet at the start of the line below it always indents the * to be in line with the body text:
- Someheading
Some indented text here- Snippet inserted header is indented and shouldn’t be!
Does anyone know how to stop this indentation from happening?