.clang-format
author Augie Fackler <augie@google.com>
Tue, 13 Feb 2018 10:20:57 -0500
changeset 36152 7f5108e58083
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
progress: use %d to format ints instead of %s Due to behavioral changes between '% Ns' and '% Nd' this has some unfortunate extra dancing. I'm not sure of a better way to solve this problem. Differential Revision: https://phab.mercurial-scm.org/D2226

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