Add gitlab issue/merge request templates
[src/drm-lease-manager.git] / .clang-format
1 BasedOnStyle: LLVM
2 IndentWidth: 8
3 ColumnLimit: 80
4 UseTab: Always
5 BreakBeforeBraces: Linux
6 AllowShortIfStatementsOnASingleLine: false
7 AllowShortFunctionsOnASingleLine: None
8 IndentCaseLabels: false
9 AlignEscapedNewlines: Left