.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 14 Oct 2018 07:23:02 +0200
changeset 40276 be57c7019c70
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
stringutil: allow to specify initial indent level of pprint() I want to pprint() an inner object, which starts with level=1 indent.

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