view .clang-format @ 49384:3b8fce9a74df stable

git: make sure to fsdecode bookmark names everywhere (issue6723)
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 04 Jul 2022 15:01:52 +0400
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