view .clang-format @ 47068:3af293735d0f stable

convert: update p4 for Python 3 Differential Revision: https://phab.mercurial-scm.org/D10703
author Nate Skulic <nate.skulic@gmail.com>
date Mon, 10 May 2021 00:54:08 +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