.clang-format
author Boris Feld <boris.feld@octobus.net>
Fri, 21 Dec 2018 05:08:32 +0100
changeset 41038 15f78383d3c8
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
revlog: add an explicit test for `issnapshot` We test the method on a real revlog containing "real" data.

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