.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 15 Sep 2018 21:35:36 +0900
changeset 39753 fd805a44b89d
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
status: remove "morestatus" message from formatter data (BC) They are just printable messages, not data that should be fed to JSON or templater.

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