view .clang-format @ 39534:fd9029d36c41

ancestor: return early from _lazyancestorsiter() when reached to stoprev There's no need to empty the heap.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 10 Sep 2018 21:46:19 +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