.clang-format
author Paul Morelle <paul.morelle@octobus.net>
Sun, 14 Jan 2018 14:36:22 +0100
changeset 35737 d99b07bc69fb
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog: refactor out _finddeltainfo from _addrevision Splicing the code into smaller chunks should help understanding it, and eventually override some parts in experimental branches to try optimization.

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