-
I was looking to make a improved version of https://github.com/Immediate-Mode-UI/Nuklear/pull/50, which I needed to have implemented along with the knob widget change for a mini DAW implementation. I …
-
This issue stands as proposal to automate code formatting throughout the OpenJ9 codebase, using a tool like [clang-format](https://clang.llvm.org/docs/ClangFormat.html).
On the OMR side, [work is b…
-
Always add space at begin of file.
-
The indent width is set to 160. This is very unusual and too often cumbersome. I think it should be 90 or 100.
I would like to be able to fit two editors on my screen side-by-side, or one editor an…
-
When running clang-format on the following code section:
```
RegexASTCapture(
std::unique_ptr group_regex_ast,
std::unique_ptr tag
)
: m_group_regex_a…
-
Enforce empty lines after function with adding these to `.clang-format`
```config
SeparateDefinitionBlocks: Always
EmptyLineBeforeAccessModifier: LogicalBlock
```
> [!CAUTION]
> Will provoke a **Mer…
-
why do we have that at the root? can it go to py2?
jjts updated
2 months ago
-
Has clang-format ever been applied? I just applied it to the codebase and most of the files get changed by it (using the config file at the top of the repo). Mostly function arguments, some way-too-lo…
-
> Clang-format in all source code. (from changelog)
- possible to provide the configuration used for clang-format? the default is resulting huge diff
Thanks for making the source available, I'm new …
-
I'm currently working on a CUDA project, and want clang-format to break after CUDA-specific attributes like `__device__`, `__global__`, etc. I attempted the following configuration, but it doesn't see…