.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 16 May 2023 10:44:25 +0200
changeset 50539 32b4c2bbdb94
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
store: rename `topfiles` to `top_entries` The method is now returning StoreEntries let us rename the method for clarity.

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