view .clang-format @ 39272:160bd45cc6af

phase: explicitly exclude secret phase and above The comment explicitly mention the secret phase so we should as well use that in the code.
author Boris Feld <boris.feld@octobus.net>
date Tue, 05 Jun 2018 20:47:52 +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