.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 07 Apr 2018 21:26:37 +0900
changeset 37464 632b92899203
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
procutil: drop unused 'newlines' option from popen*() (API) It's unlikely for us to use the universal_newlines option.

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