view .clang-format @ 39507:a5d6bf6032fb

extensions: add timing for extensions reposetup Differential Revision: https://phab.mercurial-scm.org/D4509
author Boris Feld <boris.feld@octobus.net>
date Mon, 10 Sep 2018 19:36:25 -0700
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