.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Wed, 21 Aug 2024 09:48:14 +0200
changeset 52056 09a54892b7ee
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
mergestate: reduce the number of attribute lookups This code is called a lot during updates, this is a very small but also very easy thing to do.

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