view .clang-format @ 38435:6a8ed5c7e112

tests: fold test-template-filters.t into test-template-functions.t
author Yuya Nishihara <yuya@tcha.org>
date Sat, 16 Jun 2018 14:10:12 +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