.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 06 Apr 2021 03:24:26 +0200
changeset 49207 8960d8eb747b
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
filelog: show the passed argument on error The error now do more than stating what it need. It also state what it got.

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