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 -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/8443ee75-903f-4e7c-a307-06a6416c1728n%40googlegroups.com.
