.clang-format
author Boris Feld <boris.feld@octobus.net>
Thu, 21 Dec 2017 13:53:26 +0100
changeset 35563 4aa6ed598323
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
largefiles: add a 'debuglfput' command to put largefile into the store We add a new debug command able to add arbitrary new files into the largefile store. This will be useful for debugging, testing and other unholy usecase.

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