.clang-format
author Kevin Bullock <kbullock+mercurial@ringworld.org>
Wed, 18 Oct 2017 12:19:53 -0500
changeset 34876 eb1b964b354b
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
phases: pass phase names to hooks instead of internal values

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