.clang-format
author Boris Feld <boris.feld@octobus.net>
Thu, 21 Dec 2017 13:57:57 +0100
changeset 35564 cf841f2b5a72
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
largefiles: add support for 'largefiles://' url scheme This changesets allows Mercurial to transparently download content from the configured largefile store. This handle all authentication and largefile protocol details. The target usecase is to leverage largefile infrastructure for clone bundle. See next changeset for details

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