view .clang-format @ 41901:a98dabdb5a7b

py3: convert URL to str before passing it to request Differential Revision: https://phab.mercurial-scm.org/D6106
author Ian Moody <moz-ian@perix.co.uk>
date Sat, 09 Mar 2019 01:00:25 +0000
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