.clang-format
author Boris Feld <boris.feld@octobus.net>
Thu, 18 Jan 2018 14:21:05 +0100
changeset 36968 95f4f1bfb650
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
revbranchcache: add a public function to update the data We want to exchange more cached data over the wire. To do so, we need a clean way to update the cache on the receiving ends.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2