view .clang-format @ 44489:9183b7dcfa8d

run-tests: add option for running with and without Rust extensions This provide a simple and clear way to run the test with or without rust.
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 06 Mar 2020 11:16:15 +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