Skip to content
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

Add config file for markdownlint #903

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mhucka
Copy link
Contributor

@mhucka mhucka commented Mar 17, 2025

This adds a configuration file for a Markdown file linter:(https://github.com/igorshubovych/markdownlint-cli). It follows Google Markdown style as closely as possible in a way compatible with GitHub-flavored Markdown, with the exception of the line length, which is set to 120 in order to match the value in .clang-format.

This is useful even in the absence of additional scripts to run the linter on demand or as part of other checks, because some text editors can automatically detect and use the configuration to provide hints to users editing .md files in the project. In addition, users can run markdownlint by hand.

mhucka added 2 commits March 17, 2025 14:21
This adds a configuration file for a Markdown file
linter:(https://github.com/igorshubovych/markdownlint-cli). It follows
Google Markdown style as closely as possible in a way compatible with
GitHub-flavored Markdown, with the exception of the line length, which
is set to 120 in order to match the value in `.clang-format`.
@mhucka mhucka marked this pull request as ready for review March 17, 2025 22:08
@mhucka mhucka requested a review from Strilanc March 17, 2025 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant