.clang-format
author Yuya Nishihara <yuya@tcha.org>
Fri, 19 Oct 2018 21:11:30 +0900
changeset 40525 8fa26f3baf30
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
templater: add wrapper for a single template mapping This can be used to nest template mappings without inserting a sequence-like layer. See the next patch for example.

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