.clang-format
author Augie Fackler <augie@google.com>
Wed, 17 Jan 2018 20:09:52 -0500
changeset 35829 c87926ebe096
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
filemerge: fix regular expression pattern to be bytes # skip-blame just a bytes prefix Differential Revision: https://phab.mercurial-scm.org/D1888

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