feat(oxfmt): Add more Oxfmtrc fields description#17979
feat(oxfmt): Add more Oxfmtrc fields description#17979graphite-app[bot] merged 1 commit intomainfrom
Oxfmtrc fields description#17979Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Oxfmtrc fields description
There was a problem hiding this comment.
Pull request overview
This PR enhances the documentation for Oxfmt configuration options by adding more detailed descriptions, clarifying default values, and providing additional context for each option. The changes primarily improve the developer experience by making the configuration more understandable.
Changes:
- Improved documentation format with consistent default value notation (e.g., "- Default:
value") - Added comprehensive descriptions for experimental sort imports options with detailed explanations of selectors and modifiers
- Enhanced descriptions for Prettier-compatible options to clarify their behavior across multiple file types
- Added notes about .editorconfig overrides and feature limitations
- Standardized "NOTE:" prefix for important information
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| apps/oxfmt/src/core/oxfmtrc.rs | Enhanced source documentation for all configuration options with detailed descriptions and consistent formatting |
| tasks/website_formatter/src/snapshots/schema_markdown.snap | Updated markdown snapshot reflecting documentation improvements |
| tasks/website_formatter/src/snapshots/schema_json.snap | Updated JSON schema snapshot with enhanced descriptions |
| npm/oxfmt/configuration_schema.json | Updated NPM package schema with improved documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d95fcef to
56c3c5b
Compare
a906616 to
364b183
Compare
Merge activity
|
Added more description with consistent notation.
364b183 to
6ffe315
Compare

Added more description with consistent notation.