-
First of all, thanks for creating this great wrapper around clang-format, it makes running it locally and on CI much more easy and useful!
Now that clang-format is packaged in PyPI (https://pypi.or…
-
`xb format` just doesn't work whatsoever for me. It's really making my pull requests difficult.
It would be very nice if you could automatically format PRs that have "allow edits by maintainers" chec…
-
I noticed a coding style document has been added. I use clang-format personally which I disabled when working on this project. Only (some of) my changes are clang-formatted (and therefore do wrap at 8…
-
Since [`clang-format`](http://clang.llvm.org/docs/ClangFormat.html) supports formatting JavaScript, just wonder is it possible to list this as an option under JavaScript options?
-
I would expect clang-format should never touch code between the control markers. This is innocuous but is surprising. Here is a small reproduction:
Style file:
```yaml
SeparateDefinitionBlocks:…
-
Current clang-format format requires clauses like this:
```
template
requires requires {
...
}
```
But I would prefer this, to be consistent with function body:
```
template
…
-
I'd like the option to use [git-clang-format](https://github.com/llvm-mirror/clang/blob/master/tools/clang-format/git-clang-format) for formatting. git-clang-format will only format code that has been…
-
## 🐛 Bug Report
Fix `pre-commit-clang-format` git hook to detect clang on windows and add v15 to the major version list.
### Expected Behavior
### Current Behavior
Clang-format is not dete…
-
It'll be helpful to standardize on the author's coding style for consistency.
fire updated
10 months ago
-
Inclusion of linting check into the travis CI is desirable, see [example](https://learn.adafruit.com/the-well-automated-arduino-library/travis-ci).
For this, all the code needs to be brought into com…
Aypac updated
4 years ago