view .clang-format @ 37686:b1b1b0626f59

templates: make divergentnodes in whyunstable keyword be a hybrid list
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 14 Apr 2018 20:34:14 +0800
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