.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 18 Nov 2018 19:47:04 +0900
changeset 40845 d23fd01cc115
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
commandserver: add config knob for various logging options The default rotating options are copied from the blackbox extension.

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