view .clang-format @ 43382:cf3bf3b03445 stable

py3: use mail.parsebytes() in gnuarch catlog parser We drop 'catlogparser' attribute now unused.
author Denis Laxalde <denis@laxalde.org>
date Mon, 04 Nov 2019 09:52:13 +0100
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