-
formatting oscillates between the two ways shown below each time it is reformatted with 19.1.0-rc3 and also main as of 114ff99e93edd. ~~version 18 consistently chose the first one, fwiw.~~
.clang…
-
@gabrieleoliaro We should also discuss potentially moving some of the infrastructure for the current `clang-format` support to under the FlexFlow org now that we have the third-party repo
-
Would there be any objection to adding a clang-format file and running the formatter?
I'd recommend something as simple as possible like:
```
# http://clang.llvm.org/docs/ClangFormatStyleOption…
-
I need to pass `IncludeBlocks: Preserve` into `clang-format` and I don't know how to do it. The config file in the root of my project directory is just ignored. `clang-format` works properly when bein…
ababo updated
3 years ago
-
This doesn't look right. clang-format v18.1.8
```cpp
template
inline typename std::enable_if_t <
I set(std::size_t i, std::tuple tuple, std::size_t tupleIndex) {
if…
-
### Package name
clang-format
### Package version
all
### PyPI URL
https://pypi.org/project/clang-format/
### piwheels URL
https://www.piwheels.org/project/clang-format/
### Python version
- …
-
The eclipse CDT formatted hasn’t been up to the standard of newer c++ versions for some time. e.g it has a hard time to parse angles brackets around template arguments, mistaking them as comparison op…
weisJ updated
4 years ago
-
*Original issue*: https://gitlab.com/lfortran/lfortran/-/issues/291
Here is one that works pretty well:
https://github.com/symengine/symengine/blob/95d6af92dc6a759d9320d6bdadfa51d038c81218/.clang-fo…
-
Is there a style option for aligning trailing return types?
#### Example:
```cpp
auto operator=(const Vector2&) noexcept -> Vector2& = default;
auto operator=(Vector2&&) …
-
http://clang.llvm.org/docs/ClangFormat.html
Do we want that? How does it relate to just GNU format?
status/needs design