.clang-format
author Augie Fackler <raf@durin42.com>
Sat, 24 Jan 2015 17:04:25 -0500
changeset 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
clang-format: configuration for the clang-format source formatter Differential Revision: https://phab.mercurial-scm.org/D1129

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