.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 12 Jul 2022 01:34:18 +0200
changeset 49443 2bbd7bc7d6c4
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
bundle: introduce a --exact option I have been wanting this options for a long time.

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