view .clang-format @ 51323:46280260d010

pytype: use "$(hg root)" instead of `hg root` to make shellcheck happier
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 18 Dec 2023 15:52:17 -0300
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