.clang-format
author Yuya Nishihara <yuya@tcha.org>
Fri, 14 Sep 2018 22:25:44 +0900
changeset 39630 a2880ac67ee0
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
help: add internals.wireprotocolrpc to the table

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