view .clang-format @ 37464:632b92899203

procutil: drop unused 'newlines' option from popen*() (API) It's unlikely for us to use the universal_newlines option.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 07 Apr 2018 21:26:37 +0900
parents d0a3fa849cb8
children
line wrap: on
line source

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