Merge branch 'traceanalyzer_clang-format' into 'develop'

Add .clang-format for TraceAnalyzer

See merge request ems/astdm/dram.sys!315
This commit is contained in:
Lukas Steiner
2021-09-21 08:14:12 +00:00

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
...