.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 13 Jan 2019 14:21:35 +0900
changeset 41209 b223fc1c6b4c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
progress: change _updatebar() to take parameters as arguments I want to move updatebar() back to ui. See the next patch for why.

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