-
**Describe the feature request**
On October 30th, 2024, `ubuntu-release` will be [fully migrated](https://github.com/actions/runner-images/issues/10636) to `ubuntu-24.04` for github actions. This f…
-
This is a feature request: add support for `clang-format`: if `.clang-format` is present, validate all files with it.
Seems like `.clang-format` is becoming a de-facto standard for code formatting.
-
### Description of Issue
It would be great to have a Clang format file at repository to format the source code as the C++ coding standard.
### System Information (OS, Hardware)
Any
### Package…
zhoub updated
2 years ago
-
Hello,
How do you think about adding .clang-format file and updating .travis.yml to run clang-format automatically on new commits?
It is easy to generate .clang-format here:
https://zed0.co.uk/cl…
-
The package `clang-format-3.8` is [not a part of recent Ubuntu releases](https://packages.ubuntu.com/search?lang=en&keywords=clang-format-3.8&searchon=names). Should we upgrade to a newer version?
-
- Replace astyle code format with clang-format
- Decide on a built-in style or duplicate the old one
- I like 1TBS
- Don't care as much about `( paddingParentheses )` anymore
- 4 space…
-
It is hard to get the correct ColumnLimit value which best suits all the files in the project.
Along with the global ColumnLimit option (which applies for the entire project), a pragma for a local …
-
Recently we started to see rsync failures on the Testing Farm.
The error happens from time to time, so I believe there is some parallelism taking place.
This is happening with tmt version 1.38.0
…
-
## Bug Report
Somehow, MueLu code on 'develop' is failing the clang-format check for PRs that don't touch MueLu. For example, for the PR:
* #13523
which does not touch any clang-format settings o…
-
Add clang-format
Gather files
```
find foo/bar/ -iname *.h -o -iname *.cpp -o -iname *.c
```