view .clang-format @ 40990:39953bcf1f51

context: collapse complex condition to see if filelog have to be compared It's hard to read. I'd rather make the return statement duplicated.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 16 Dec 2018 16:24:45 +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