.clang-format
author Boris Feld <boris.feld@octobus.net>
Wed, 29 Nov 2017 23:20:52 -0500
changeset 35234 f0445eea9b93
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
test: fix common-pattern for pure variant The $USUAL_COMPRESSIONS$ value that was taken was not compatible with the pure variant systems as zlib seems to not be available in these case. Differential Revision: https://phab.mercurial-scm.org/D1562

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