-
When I modified `editor/visual_script_editor.cpp` for my other PR, there were a ton of diffs automatically from VSCode.
To fix this, all these probably need to be done:
- [x] Add `.clang-format`
…
-
I run clang on Raspberry PI 3.
Info: Linux raspberrypi 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
clang:
Debian clang version 14.0.6
Target: aarch6…
-
在 c++-mode 中,align也可以自动在运算符两边添加空格。
-
Resources about ClangFormat:
- [Main page](https://clang.llvm.org/docs/ClangFormat.html)
- [Style options](https://clang.llvm.org/docs/ClangFormatStyleOptions.html)
I've dropped two branches:
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50931](https://bugs.llvm.org/show_bug.cgi?id=50931) |
| Status | CONFIRMED |
| Importance | P norm…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR44542](https://bugs.llvm.org/show_bug.cgi?id=44542) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR40583](https://bugs.llvm.org/show_bug.cgi?id=40583) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR34882](https://bugs.llvm.org/show_bug.cgi?id=34882) |
| Status | NEW |
| Importance | P normal |
|…
-
I wanted to achieve more flexibility by setting ColumnLimit:0, but the array being formatted with one element per line.
```
before:
const uint8_t data[] = {
0x0, 0x3, 0x2, 0x1, 0x0, 0x1, 0…
-
| | |
| --- | --- |
| Bugzilla Link | [46992](https://llvm.org/bz46992) |
| Resolution | FIXED |
| Resolved on | May 11, 2021 20:50 |
| Version | unspecified |
| OS | Linux |
| CC | @pirama-arumuga-…