.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 18 Feb 2018 22:12:11 +0900
changeset 36307 37a1501cbcfd
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
url: show full url of proxy server in debug message This only fixes the debug message spotted by issue5796.

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