Add .clang-format for TraceAnalyzer

This commit is contained in:
2021-09-14 19:10:57 +02:00
parent d0b4e9890c
commit 2d07b91c90

View File

@@ -0,0 +1,13 @@
---
BasedOnStyle: LLVM
AccessModifierOffset: '-4'
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: 'false'
AlwaysBreakTemplateDeclarations: 'true'
BreakBeforeBraces: Allman
ColumnLimit: '120'
IndentWidth: '4'
PointerAlignment: Right
...