Skip to content

match columnlimit in objC with c++ - #48

Merged
Ikreb1 merged 1 commit into
mainfrom
clang-format-objc-columnlimit
Aug 5, 2026
Merged

match columnlimit in objC with c++#48
Ikreb1 merged 1 commit into
mainfrom
clang-format-objc-columnlimit

Conversation

@Ikreb1

@Ikreb1 Ikreb1 commented Aug 5, 2026

Copy link
Copy Markdown
Member

My auto formatter doesn't agree with the github one and it was because it miss attributed the files as objC

Copilot AI review requested due to automatic review settings August 5, 2026 09:24

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns the Objective-C clang-format section’s ColumnLimit with the C++ section to avoid inconsistent wrapping when tools misclassify C++ headers as ObjC.

Changes:

  • Set Language: ObjC ColumnLimit from 120 to 0 to match Language: Cpp.
  • Added an explanatory comment documenting the motivation (tool misclassification leading to unwanted re-wrapping).

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

@Ikreb1
Ikreb1 merged commit c3d72fe into main Aug 5, 2026
9 of 22 checks passed
@Ikreb1
Ikreb1 deleted the clang-format-objc-columnlimit branch August 5, 2026 10:41
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