.clang-format
author Phil Cohen <phillco@fb.com>
Mon, 11 Dec 2017 22:16:13 -0800
changeset 35388 dd11df900f7f
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
rebase: replace --inmemory flag with rebase.experimental.inmemory config Differential Revision: https://phab.mercurial-scm.org/D1666

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