.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 11 Jun 2024 03:03:47 +0200
branchstable
changeset 51635 fcc149f3fdcb
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hooks: add a prewlock and a prelock hooks This is useful for testing.

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