view .clang-format @ 41070:f2601cbce209

largefiles: port revset registration to exthelper This tests the merge code that wasn't tested in the previous patch.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 27 Dec 2018 21:27:43 -0500
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