-
I added one entry to my `.clang-format` file, namely the `InsertNewlineAtEOF: true` line. Now the `.clang-format` looks like:
---
Language: Cpp
BasedOnStyle: Google
AccessModifierOffset: -2
A…
-
Here are how to reproduce (default config)
```console
# 12 looks good to me
chenhao@chenhao ~/format_test> clang-format-12 --version && echo --- && clang-format-12 1.cc
Ubuntu clang-format versi…
-
@danpovey I would like to add a .clang-format file for the project -- which we could also add so that the CI verifies that formatting is properly done.
Would you have an interest in this? If so, pl…
-
### Issue and Steps to Reproduce
It seems [nuclide's support for clang-format](https://nuclide.io/docs/languages/cpp/#features__code-formatting) applies to the entire file. It would be nice if you ha…
-
### Description
ascii.qdp assumes that commands in a QDP file are upper case, for example, for errors they must be "READ SERR 1 2" whereas QDP itself is not case sensitive and case use "read serr 1 2…
-
-
### Description
ascii.qdp assumes that commands in a QDP file are upper case, for example, for errors they must be "READ SERR 1 2" whereas QDP itself is not case sensitive and case use "read serr 1 2…
-
```
> gpac avgen:dur:1/25 -o f.ts
Wrong argument value (null) for fraction arg dur - using 0/1
[FFEnc] Mismatch between stream type, codec indicates Visual but source type is Audio
Failed to conne…
-
-
We can use `clang-format` to format the new code (or current code), and add it to travis.