.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 29 Jan 2018 13:30:29 -0800
branchstable
changeset 35808 178aacdc25db
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
configitems: traverse sections deterministically Otherwise output can be non-deterministic if there are warnings for multiple sections. Differential Revision: https://phab.mercurial-scm.org/D1947

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