On Thursday, April 1, 2021 at 6:00:56 AM UTC-5 Edward K. Ream wrote:
>> Is there any way to keep Leo from overriding my [@tabwidth] setting?
> Set @int tab-width = -2 in your .leo file, or make your @auto-rst node a child of a node containing @tabwidth -2.
In this regard the behavior of @auto-rst is the same as all other importers. The base Importer class (in plugins/importers/linescanner.py) adds the @tabwidth directive.
I've never given this behavior much thought, and I guess I would rather not change how the importers work, but it does seem a bit strange to add what amounts to a redundant @tabwidth directive.
Edward