.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 07 Feb 2023 10:27:21 +0100
changeset 50203 ee7a7155de10
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
record: extract a closure to the module level This clean up is almost as gratuituous as this closure was.

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