view .clang-format @ 49878:a20e3758f53c stable

tests: optional PEP 657 error location in test-lfs-serve-access.t (issue6782)
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 09 Jan 2023 18:25:31 +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