.clang-format
author Jean-Francois Pieronne <jf.pieronne@laposte.net>
Wed, 11 Oct 2023 15:15:28 +0200
changeset 51006 44001e6f04de
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
opemvms: add specific files and utilities

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