.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 08 Apr 2018 11:21:58 +0900
changeset 37473 7c2c7c749411
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
wireproto: show unknown id and flags in repr(frame) Perhaps we'll want it for debugging.

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