.clang-format
author Augie Fackler <augie@google.com>
Mon, 12 Feb 2018 15:00:18 -0500
changeset 36103 54e2abc73686
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: use `hello` not `capabilities` over ssh Differential Revision: https://phab.mercurial-scm.org/D2195

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