view .clang-format @ 45052:93e8e6e0b5fb

heptapod-ci: build rhg before tests run Differential Revision: https://phab.mercurial-scm.org/D8682
author Antoine Cezar <antoine.cezar@octobus.net>
date Mon, 06 Jul 2020 09:30:26 +0200
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