view .clang-format @ 41022:481249481392 stable

match: fix assertion for fileset with no context (issue6046) A falsy changectx should be allowed.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 05 Jan 2019 15:44:55 +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