.clang-format
author Augie Fackler <augie@google.com>
Tue, 13 Feb 2018 18:47:55 -0500
changeset 36209 f8f1973eaf8a
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
tests: add bytes prefixes to test-histedit-fold.t's local extension # skip-blame b prefixes Differential Revision: https://phab.mercurial-scm.org/D2246

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