view .clang-format @ 49536:87516dd774d0

demandimport: remove an obsolete comment about importing from future See 6000f5b25c9b.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 31 Oct 2022 16:36:00 +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