.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 30 Aug 2023 00:45:10 +0200
changeset 50912 f6cb926d4189
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
smartset: set attribute using sysstr instead of bytes We do not needs bytes here.

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