.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Wed, 06 Dec 2023 11:04:18 +0100
changeset 51263 5b4995b40db0
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust-index: cache the head nodeids python list Same optimization as before, but for the nodeids this time.

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