Skip to content

chore: remove duplicate align_var_def_star_style in uncrustify config#20

Merged
kjdev merged 1 commit intomainfrom
chore/uncrustify
Mar 27, 2026
Merged

chore: remove duplicate align_var_def_star_style in uncrustify config#20
kjdev merged 1 commit intomainfrom
chore/uncrustify

Conversation

@kjdev
Copy link
Copy Markdown
Owner

@kjdev kjdev commented Mar 26, 2026

Summary by CodeRabbit

  • Chores
    • Streamlined code formatting configuration by removing a specific pointer alignment rule for variable definitions. This dedicated alignment setting has been removed while maintaining all other pointer-spacing and general alignment options. The configuration change may affect how variable declarations with pointers are formatted when code style is applied to your projects.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5a75d1bd-9616-40db-9bdf-dad45dfefbdd

📥 Commits

Reviewing files that changed from the base of the PR and between 4f3beac and 6f14e51.

📒 Files selected for processing (1)
  • .uncrustify.cfg
💤 Files with no reviewable changes (1)
  • .uncrustify.cfg

📝 Walkthrough

Walkthrough

Removed the "Pointer Alignment" configuration section from the Uncrustify formatter configuration file, including the align_var_def_star_style setting that controlled star alignment behavior for variable definitions.

Changes

Cohort / File(s) Summary
Configuration
.uncrustify.cfg
Removed the dedicated "Pointer Alignment" configuration section and the align_var_def_star_style configuration variable (previously set to 2). Other alignment and pointer-spacing options remain unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A star alignment goes away,
Configuration simplified today,
One less rule to bind the code,
Uncrustify takes a lighter load,
Formatting flows more free and light! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: removing a duplicate align_var_def_star_style configuration from the uncrustify config file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/uncrustify

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kjdev
Copy link
Copy Markdown
Owner Author

kjdev commented Mar 27, 2026

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 27, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@kjdev
Copy link
Copy Markdown
Owner Author

kjdev commented Mar 27, 2026

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 27, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@kjdev kjdev merged commit 6f14e51 into main Mar 27, 2026
7 checks passed
@kjdev kjdev deleted the chore/uncrustify branch March 27, 2026 00:43
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