From: Jarret \Jax\ R. <jar...@pr...> - 2023-10-31 18:12:58
|
Hi, ------- Original Message ------- On Tuesday, October 31st, 2023 at 1:49 PM, engelbert gruber <eng...@gm...> wrote: > thinking about tabs > > * python discourages usage hardtabs and space mixing, because becomes painful (IMHO) Sure, but other languages, e.g. Makefile, mandate tabs and so do some styleguides. > * python philosophy : explicit is better then implicit ... would an option :hard-tabs: keep > be more in line ? I'm fine with that. I planned (re)using the tab_width option of docutils.conf (setting it to -1 preserves tabs, like its cousin does for the include directive) but introducing a new option is also ok. Regards, Jax |