17 lines
485 B
YAML
17 lines
485 B
YAML
# .clang-format -*- mode: yaml; lexical-binding: t; -*-
|
|
AccessModifierOffset: -2
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveBitFields: true
|
|
AlignConsecutiveMacros: true
|
|
AlignEscapedNewlines: true
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AllowShortLambdasOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BasedOnStyle: LLVM
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: 80
|
|
IndentWidth: 2
|
|
NamespaceIndentation: All
|