.clang-format
author Augie Fackler <augie@google.com>
Tue, 05 Dec 2017 16:44:20 -0500
changeset 35260 91a7204631f1
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
contrib: ban find(1)'s -printf operator, as it is a GNU-ism Differential Revision: https://phab.mercurial-scm.org/D1598

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