You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current version of clang-format, this leaves groupings alone and just
sorts within the group.
For example, given a list of includes like:
```
```
These will be sorted to:
```
```
Note the "groups" are left untouched, the ordering occurs within the
groups
0 commit comments