facebookexperimental / facebookexperimental/libunifex
update `.clang-format` and re-format everything
Open
enhancement
good first issue
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
1. do not put `case state_t::CONSTRUCTED: just = false; break;` on a single line
2. [avoid adding spaces](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#indentppdirectives) `# include` for nested `#`
3. consistently apply trailing `//` for `template()` and `|` operators
4. License headers
5. ...
Contributor guide
Assessment
This issue has not been assessed yet.