-
**Describe the bug**
On my setup, after a reboot, I see 6 LTO decks attached to my Mac Studio. After I use one device to mount a tape, then one unused device is lost from the list.
**To Reproduce*…
-
Есть предложение добавить файл настроек для `clang-format`. Это позволит установить стандарт для форматирования. Сейчас единого подхода в коде нет, поэтому приходится код руками форматировать, от чего…
-
Curious, have you thought about running clang-format over the source? I find it refreshingly useful to automate indentation, since it takes the subjective aspect out of it (just agree on a .clang-form…
zwoop updated
7 years ago
-
Rather than fighting issues with formatting in PRs etc. let's just get the pain out of the way and clang-format the whole thing in one massive conflicts-with-everything pull. And also a pre-commit hoo…
-
Did anyone ever had a look at running clang-format after iwyu has run?
-
### Is your feature request related to a problem? Please describe.
During PRs developers spend time on making formatting consistent across the project. That takes time and a thing that could be tot…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR34230](https://bugs.llvm.org/show_bug.cgi?id=34230) |
| Status | NEW |
| Importance | P enhancemen…
-
I'm running on the develop branch of spacemacs, using the c-c++ and lsp layers.
I use clang-format for C/C++, I don't know how to configure c-c++ mode to respect more of the clang-format rules _as …
-
-
Hello,
I noticed the repository lacks .clang-format and .clang-tidy configuration files, crucial for maintaining consistent code style and quality.
I suggest:
1. Adding a .clang-format file a…