No description
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>
|
||
|---|---|---|
| debian | ||
| src | ||
| .gitignore | ||
| Makefile | ||