view .clang-format @ 39137:dd1614906a20

branchmap: close cache file properly Follows up 2a4bfbb52111.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 17 Aug 2018 10:25:39 +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