view .clang-format @ 38801:1d1c1645d7b9

debugfileset: backport --show-stage option from debugrevspec I'll add some static optimizations to fileset.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 21 Jul 2018 14:52:36 +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