Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang-format: enable only for lib/ctx.c as the first step #1552

Merged
merged 1 commit into from
Apr 3, 2023
Merged

Conversation

kou
Copy link
Member

@kou kou commented Apr 3, 2023

GitHub: #1529

We may want to enable SortIncludes.

Unsupported patterns:

GRN_HASH_EACH_BEGIN() {
} GRN_HASH_EACH_END();
exit :
case XXX :
if (XXX) { return; }

GitHub: #1529

We may want to enable SortIncludes.

Unsupported patterns:

```c
GRN_HASH_EACH_BEGIN() {
} GRN_HASH_EACH_END();
```

```c
exit :
```

```c
case XXX :
```

```c
if (XXX) { return; }
```
@kou kou merged commit cd214e3 into master Apr 3, 2023
@kou kou deleted the clang-format branch April 3, 2023 07:07
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.

None yet

1 participant