.clang-format
author Augie Fackler <augie@google.com>
Thu, 25 Jan 2018 14:46:19 -0500
changeset 35861 ed939545edd0
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
perf: add a perfunidiff command for benchmarking unified diff speed Differential Revision: https://phab.mercurial-scm.org/D1971

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