.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Wed, 21 Aug 2019 17:56:50 +0200
branchstable
changeset 42666 7521e6d18057
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
makefile: run Rust tests if cargo is installed While no particular minimum toolchain version is targeted as of yet, this serves as a first step to make more people/machines run the Rust tests.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2