view .clang-format @ 45897:063cf294d5e0

heptapod-ci: hosting base image on registry.heptapod.net We are now touching the rate limits of Docker Hub.
author Georges Racinet <georges.racinet@octobus.net>
date Fri, 20 Nov 2020 21:06:38 +0100
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