Skip to content

Updated clang-format - #109

Draft
normanajn wants to merge 1 commit into
developfrom
work
Draft

Updated clang-format#109
normanajn wants to merge 1 commit into
developfrom
work

Conversation

@normanajn

Copy link
Copy Markdown

Updated clang-format

Copilot AI review requested due to automatic review settings February 11, 2026 22:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 repository’s clang-format configuration to a new formatting policy for C++ code to enforce more consistent wrapping, alignment, and include ordering.

Changes:

  • Adjusts indentation and brace-wrapping defaults (e.g., access modifier offset, namespace brace wrapping, empty function/record splitting).
  • Tightens line-wrapping and layout rules (e.g., ColumnLimit: 90, disables short if/loop single-line formatting, disables argument/parameter bin-packing).
  • Enables/updates consistency rules (e.g., align consecutive assignments/declarations, SortIncludes: true, disables comment reflow).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rrivera747
rrivera747 marked this pull request as draft May 13, 2026 18:08
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.

3 participants