view .clang-format @ 38446:5b04a0c30f3f

formatter: look for template symbols from the associated name Otherwise symbolsused() would fail if a named template is specified with -T.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 18 Jun 2018 21:58:04 +0900
parents d0a3fa849cb8
children
line wrap: on
line source

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