view .clang-format @ 41348:2f54f31c41aa stable

rust: working directory revision number constant This introduces the constant, but does not use it anywhere yet.
author Georges Racinet <georges.racinet@octobus.net>
date Wed, 23 Jan 2019 07:39:27 -0500
parents d0a3fa849cb8
children
line wrap: on
line source

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