view .clang-format @ 45060:baffdfa5bd1a

tests: allow timing difference in output Differential Revision: https://phab.mercurial-scm.org/D8676
author Joerg Sonnenberger <joerg@bec.de>
date Thu, 02 Jul 2020 19:59:59 +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