No description
Find a file
Thomas Lamprecht 00f25e13b8 pmxcfs: auto-format code base using clang-format
through the new format target, throw in the cpg-test file manually
while at it.

One can transform a file using this style also by CLI only, like for
example:

clang-format -i --style="{BasedOnStyle: llvm, IndentWidth: 4,
   ColumnLimit: 100, AlignAfterOpenBracket: BlockIndent,
   BinPackParameters: false}" FILE1 FILE2 ...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-06-02 20:31:08 +02:00
debian bump version to 8.1.0 2025-04-04 19:14:31 +02:00
src pmxcfs: auto-format code base using clang-format 2025-06-02 20:31:08 +02:00
.gitignore update gitignore 2023-05-31 13:50:26 +02:00
Makefile buildsys: add top-level make tidy target 2025-06-01 14:05:30 +02:00