.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 07 Nov 2022 20:02:32 -0500
changeset 49675 0fca63953810
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
find-delta: minor preparatory change We are about to add more item in the cachedelta object, so lets access the item by index instead of doing a full extensions.

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