.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Feb 2023 04:35:16 +0100
changeset 50228 6065a8936b00
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
narrow: write the narrow spec in a transaction during clone It will be simpler if all write happens within transaction.

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