aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: b77b165d94ab9d186af9201facd86d10ae75f046 (plain)
1
2
3
4
5
6
7
BasedOnStyle: Chromium
IndentWidth: 4
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true
AlwaysBreakAfterDefinitionReturnType: All
PointerAlignment: Right