clang-tidy config for short case statements
Open
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 357
- Avg merge
- 11h 4m
- Merged PRs (30d)
- 1
Description
In https://github.com/google/s2geometry/pull/453#discussion_r2461308787 @smcallis suggests
```
AllowShortCaseLabelsOnASingleLine: true
AlignConsecutiveShortCaseStatements:
Enabled: true
AcrossEmptyLines: true
AcrossComments: true
AlignCaseColons: false
```
We should see how consistently the existing code is formatted and if this is the rule in general.
Contributor guide
Assessment
This issue has not been assessed yet.