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