Expanded tab settings to accommodate different styles.#455
Merged
henry2cox merged 2 commits intolinux-test-project:masterfrom Feb 12, 2026
Merged
Expanded tab settings to accommodate different styles.#455henry2cox merged 2 commits intolinux-test-project:masterfrom
henry2cox merged 2 commits intolinux-test-project:masterfrom
Conversation
added 2 commits
February 12, 2026 08:33
'--num-spaces' now allows any numerical value. alter apperance via negative values. replace with spaces via positive values (backwards compatible). do not alter tabs or their apperance via 0. help and man pages updated to reflect the changes. default (8) is unchanged. minor tweak to man pages: num replaced with spaces for consistency. NOTE: uses CSS3 'tab-size' (for altering tab apperance). Widely available since 2021. Webkit since around 2013.
Collaborator
|
Thanks for the enhancement. |
Contributor
Author
|
I also wanted to mention, as CSS defines the default However I would wait and check feedback. Based on the feedback and if the idea sticks or there is another good reason I would change it to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
--num-spacesnow allows any numerical value.alter apperance via negative values.
replace with spaces via positive values (backwards compatible).
do not alter tabs or their apperance via
0.help and man pages updated to reflect the changes.
default (8) is unchanged.
minor tweak to man pages:
numreplaced withspacesfor consistency.NOTE: uses CSS3 'tab-size' (for altering tab apperance).
Widely available since 2021. Webkit since around 2013.
Additional info:
I am not sure if this is even wanted. Changing the apperance instead of replacing
was just usefull to not trigger linters out of the box.