-
Notifications
You must be signed in to change notification settings - Fork 972
Adjust spacing around commas #5802
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
base: main
Are you sure you want to change the base?
Adjust spacing around commas #5802
Conversation
@Rageking8 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
PRMerger Results
|
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
This pull request standardizes spacing and formatting in YAML front matter across documentation files. The changes primarily focus on removing unnecessary quotes around dates, reordering metadata fields for consistency, and removing obsolete asset ID fields.
Key changes:
- Standardized date field formatting by removing quotes
- Reordered title and description fields for consistency
- Removed obsolete ms.assetid fields from metadata
Reviewed Changes
Copilot reviewed 26 out of 43 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
docs/standard-library/view-interface.md | Added quotes around title containing parentheses |
docs/standard-library/time-point-class.md | Reordered title and description fields |
docs/standard-library/subrange-class.md | Added quotes around title containing parentheses |
docs/standard-library/filter-view-class.md | Added quotes around title containing parentheses |
docs/standard-library/file-clock-class.md | Reordered title and description fields |
docs/standard-library/duration-class.md | Reordered title and description fields |
docs/standard-library/ambiguous-local-time.md | Reordered title and description fields |
docs/preprocessor/pack.md | Reordered title and description fields |
docs/parallel/amp/cpp-amp-overview.md | Reordered fields and removed quotes from date |
docs/cppcx/platform-collections-unorderedmap-class.md | Reordered fields, removed quotes from date, and removed asset ID |
docs/cppcx/attributes-c-cx.md | Reordered fields, removed quotes from date, and removed asset ID |
docs/cpp/templates-cpp.md | Reordered fields, removed quotes from date, and removed asset ID |
docs/cpp/restrict-cpp-amp.md | Reordered fields, removed quotes from date, and removed asset ID |
docs/cpp/floating-limits.md | Reordered fields, removed quotes from date, and removed asset ID |
docs/code-quality/using-rule-sets-to-specify-the-cpp-rules-to-run.md | Reordered title and description fields |
docs/c-runtime-library/reference/strtoumax-strtoumax-l-wcstoumax-wcstoumax-l.md | Reordered fields, removed quotes from date, and removed asset ID |
docs/c-runtime-library/reference/mbrtoc16-mbrtoc323.md | Reordered fields, removed quotes from date, and removed asset ID |
docs/c-runtime-library/reference/exit-exit-exit.md | Reordered fields and removed quotes from date |
docs/c-runtime-library/reference/ctan-ctanf-ctanl.md | Removed quotes from date and removed asset ID |
docs/c-runtime-library/reference/assert-asserte-assert-expr-macros.md | Reordered fields and removed quotes from date |
docs/c-runtime-library/parameter-validation.md | Removed quotes from date and removed asset ID |
docs/c-runtime-library/gets-getws.md | Reordered fields and removed quotes from date |
docs/c-runtime-library/cgets-cgetws.md | Reordered fields, removed quotes from date, and removed asset ID |
docs/c-language/generic-selection.md | Removed quotes from date |
docs/build/reference/guard-enable-control-flow-guard.md | Reordered title and description fields |
docs/build/arm64-exception-handling.md | Added quotes around description |
Can you review the proposed changes? Editorial changes LGTM Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Most of the spacing changes don't affect the rendered ouput, but it's nice to get these cleaned up, since they are visible when viewing the markdown raw (e.g. when editing the docs).