view .clang-format @ 39702:a7b91509776d

journal: inline formatted nodes and date into expression The variable name "str" was misleading since these values aren't always strings.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 03 Sep 2018 07:52:24 +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