.clang-format
author Augie Fackler <augie@google.com>
Wed, 04 Oct 2017 10:56:33 -0400
changeset 34800 761355833867
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
mpatch: reformat function prototypes with clang-format Differential Revision: https://phab.mercurial-scm.org/D1131

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