.clang-format
author Georges Racinet <georges.racinet@octobus.net>
Tue, 04 Apr 2023 11:44:43 +0200
changeset 50420 5d20fc23e265
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust-readme: rst fixes

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