view .clang-format @ 40582:a4c2788e8f48

test-narrow-clone-stream: include uppercase letter in filename This makes encoded filenames differ from the original names.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 10 Nov 2018 11:36:22 +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