view .clang-format @ 44101:25097b4d2c6f

remotefilelog: fix opening validatecachelog in text mode
author Inada Naoki <songofacandy@gmail.com>
date Tue, 14 Jan 2020 17:57:15 +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