.clang-format
author pacien <pacien.trangirard@pacien.net>
Thu, 20 Apr 2023 16:55:19 +0200
changeset 50445 59820ae507b1
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hgignore: ignore nix result symlink

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