chore: updated .clang-format in terms of pointers and references

This commit is contained in:
paulhorn
2026-06-27 21:24:25 +02:00
parent c7a2534ad8
commit bfa775d789
+2 -2
View File
@@ -1,8 +1,8 @@
BasedOnStyle: LLVM BasedOnStyle: LLVM
# Pointer/Reference alignment: int * p, void (* callback)(...) # Pointer/Reference alignment: int * p, void (* callback)(...)
PointerAlignment: Middle PointerAlignment: Left
ReferenceAlignment: Middle ReferenceAlignment: Left
# Line length # Line length
ColumnLimit: 100 ColumnLimit: 100