[docutils:feature-requests] #97 --disable-tab-expansion flag
"Günter Milde" via Docutils-develop <[email protected]>
| Newsgroups | gmane.text.docutils.devel |
|---|---|
| Message-ID | </p/docutils/feature-requests/97/d0b605011866d845bcfc970f4584cc03911b98f7.feature-requests@docutils.p.sourceforge.net> |
A patch-set was posted to the "docutils-develop" mail list on 2023-10-29. See the thread in the [archive](https://sourceforge.net/p/docutils/mailman/docutils-develop/?viewmonth=202310). --- **[feature-requests:#97] --disable-tab-expansion flag** **Status:** open **Group:** Default **Created:** Sun Jul 16, 2023 09:21 AM UTC by toastal **Last Updated:** Sun Jul 16, 2023 10:27 AM UTC **Owner:** nobody > Spaces are recommended for indentation, but tabs may also be used. Tabs will be converted to spaces. Tab stops are at every 8th column (processing systems may make this value configurable). Why tho? By converting tabs to spaces, we lose the accessibility aspect that tabs provide by letting the reader decide what’s comfortable to them as tab-width should be configurable on the reader’s side, not the writer’s. Some programming languages, like Go, tabs are overwhelmingly preferred & sometimes even required. Copying some code would not work. I would like to see a `--disable-tab-expansion` flag that lets the author choose how they want their output to be output. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/docutils/feature-requests/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/feature-requests/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.