.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 01 Jul 2018 22:02:53 +0900
changeset 38541 1e25782a7583
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
grep: add support for log-like template keywords and functions

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2