.clang-format
author Yuya Nishihara <yuya@tcha.org>
Thu, 03 May 2018 14:43:25 +0900
branchstable
changeset 37831 387af9e5df70
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hgweb: prevent triggering dummy href="#" handler Follow up for the previous patch.

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