google / google/s2geometry

clang-tidy config for short case statements

Open
#466 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.