Skip to content

Updated clang format to standard DAQ#59

Open
normanajn wants to merge 1 commit intodevelopfrom
work
Open

Updated clang format to standard DAQ#59
normanajn wants to merge 1 commit intodevelopfrom
work

Conversation

@normanajn
Copy link

Updated clang-format to match standard.

Changes col with to 90 down from 200
Changes brace wrapping to standard C++ instead of old C K&R style

Copilot AI review requested due to automatic review settings February 11, 2026 22:44
Copy link
Contributor

Copilot AI left a 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 repository’s clang-format configuration to match the stated “standard DAQ” formatting rules by tightening line length and switching to a more standard C++ brace-wrapping style.

Changes:

  • Change brace wrapping behavior (classes/functions/namespaces/control statements, plus else/catch) to put braces on the next line.
  • Reduce ColumnLimit from 200 to 90.
  • Disable comment reflow (ReflowComments: false).

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

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