.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 01 Dec 2017 14:13:55 -0800
changeset 35207 5cc14407a739
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
amend: make a copy of "extra" to avoid mutating an input I don't know of any problems this has caused, it just seems less surprising. Differential Revision: https://phab.mercurial-scm.org/D1575

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