.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 11 Mar 2024 01:20:12 +0100
changeset 51469 d54f0692820d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
repoview: prevent `None` to be passed as the filtername We let such instantiation slip in a previous commit, so we add an explicit check to prevent it to happen in the future.

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