.clang-format
author Boris Feld <boris.feld@octobus.net>
Mon, 17 Dec 2018 10:57:13 +0100
changeset 41085 a6556b09bf83
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog: add a native implementation of issnapshot This will be used in the next changesets

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