view .clang-format @ 40309:1bd3e922de18

check-commit: update test expectation per removal of "double empty line" rule Follow up for 47084b5ffd80.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 16 Oct 2018 12:39:21 +0200
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