.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 18 Oct 2017 22:10:08 -0700
changeset 34896 97017508c863
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
registrar: don't i18n ProgrammingError message Differential Revision: https://phab.mercurial-scm.org/D1188

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