.clang-format
author Boris Feld <boris.feld@octobus.net>
Sat, 25 Aug 2018 11:20:13 +0200
changeset 39320 278eb4541758
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
phases: simplify revset in updatephases (Pointed by Yuya Nishihara)

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