Update MD010/no-hard-tabs documentation to link to context about possible issues with tab characters.

This commit is contained in:
David Anson 2025-05-31 12:40:16 -07:00
parent 0a824e83ad
commit 6b4e865d64
3 changed files with 18 additions and 0 deletions

View file

@ -39,3 +39,9 @@ parameter to the desired value.
Rationale: Hard tabs are often rendered inconsistently by different editors and Rationale: Hard tabs are often rendered inconsistently by different editors and
can be harder to work with than spaces. can be harder to work with than spaces.
More information:
- <https://agiletribe.wordpress.com/2011/10/27/18-dont-use-tab-characters/>
- <https://www.jwz.org/doc/tabs-vs-spaces.html>
- <https://adamspiers.org/computing/why_no_tabs.html>

View file

@ -383,6 +383,12 @@ parameter to the desired value.
Rationale: Hard tabs are often rendered inconsistently by different editors and Rationale: Hard tabs are often rendered inconsistently by different editors and
can be harder to work with than spaces. can be harder to work with than spaces.
More information:
- <https://agiletribe.wordpress.com/2011/10/27/18-dont-use-tab-characters/>
- <https://www.jwz.org/doc/tabs-vs-spaces.html>
- <https://adamspiers.org/computing/why_no_tabs.html>
<a name="md011"></a> <a name="md011"></a>
## `MD011` - Reversed link syntax ## `MD011` - Reversed link syntax

View file

@ -54,3 +54,9 @@ parameter to the desired value.
Rationale: Hard tabs are often rendered inconsistently by different editors and Rationale: Hard tabs are often rendered inconsistently by different editors and
can be harder to work with than spaces. can be harder to work with than spaces.
More information:
- <https://agiletribe.wordpress.com/2011/10/27/18-dont-use-tab-characters/>
- <https://www.jwz.org/doc/tabs-vs-spaces.html>
- <https://adamspiers.org/computing/why_no_tabs.html>