-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Added tabs for configuration files in the documentation #8480
Conversation
It seems like the syntax required by the tabs plugin goes against Edit: I excluded the docs folder from mdformat and markdownlint hooks |
|
@@ -3,6 +3,7 @@ | |||
//! Used for <https://docs.astral.sh/ruff/settings/>. | |||
use std::fmt::Write; | |||
|
|||
use ruff_python_trivia::textwrap; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh I didn't realize when you asked this that it was specifically for Ruff 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is excellent, thank you so much!
(Fixing Clippy, which I broke.) |
Great job @trag1c. This makes it so much better for me as a beginner. |
Summary
Closes #8384.
Test Plan
Checked whether it renders properly on the
mkdocs serve
preview.