In particular, this ensures that it is used for Objective-C and
Objective-C++, since we have a few files that get detected as that.
Details
Details
- Reviewers
philnik Mordante jdoerfert - Group Reviewers
Restricted Project - Commits
- rG5a6e6adb9158: [libc++] Make sure our .clang-format is used for all languages
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks! LGTM!
libcxx/.clang-format | ||
---|---|---|
69 | Can you add a comment here why we don't specify the language. |
Comment Actions
Rebase, address comment and reformat __config, which was not being detected as C++ anymore so wasn't getting formatted.
Can you add a comment here why we don't specify the language.
Just to avoid somebody trying to fix this "omission" in the future.