.clang-format
author Boris Feld <boris.feld@octobus.net>
Tue, 06 Feb 2018 11:51:39 +0100
changeset 35964 a915465a731e
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
dumprevlog: handle being passed a mode parameter This makes it closer to an actual file opener. Otherwise, it gets in the way of a coming refactoring.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false