.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 15 Mar 2020 22:01:38 +0900
changeset 44598 e3e44e6e7245
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
templater: fix cbor() filter to accept smartset So the wrapper type can return a bare smartset.

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