-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update missing plugin configuration options and formatting details #6025
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
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdated the Missing plugin documentation to replace the unsupported File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Pull Request Overview
Updates the missing plugin documentation to correct inaccurate configuration details and clarify formatting behavior. The format option was incorrectly documented and has been removed in favor of using global formatting options.
- Removed incorrect
formatconfiguration option documentation - Added new Formatting section explaining the use of global
format_itemandformat_albumoptions - Updated example configuration to demonstrate proper global format usage
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
semohr
left a comment
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.
LGTM
Missing plugin documentation was not right. The
formatoption does not work. Updated it to reflect the use of global album and item format.