-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace/Deprecate TLDR008 #93
Comments
An alternate solution could be the following:
So to leave this rule intact, but require a |
I'm not a fan of how that would look, but two spaces after each line isn't really better. Also, it would be annoying if we would have to make sure every contributer follows this syntax. I assume we also can't automatically add them, since that would prabably create issues for contributors when pushing new changes without pulling. |
Reopening this as it's still an issue as long as declare we use Markdown files. |
Markdown files depend on trailing whitespace to add a line break without creating a new paragraph.
Due to our
.editorconfig
andTLDR008
, we don't have 2 spaces between the description and more information link. This makes websites and other Markdown renderers render them on the same line.For example, this issue occurs when viewing files on GitHub and on tldr.ostera.io.
I think
TLDR008
should be replaced with a similar rule that disallows trailing whitespace on all lines except the page description.Following this, our
.editorconfig
should include the rule:Actual
Expected
The text was updated successfully, but these errors were encountered: