view .clang-format @ 39135:485a3349d5ee

rebase: do not pass in user option to rollback in-memory merge conflict Nothing passed before e9e742bd0501.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 17 Aug 2018 10:21:25 +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