view .clang-format @ 42418:9803323048b6

root: add support for -Tformatter option It's useless right now, but it should just work and I want to add a few more fields.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 04 Jun 2019 20:58:39 +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