view .clang-format @ 39912:7b35209ba1a7

py3: convert print to a function call in a few tests I *think* this is the last of them.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 30 Sep 2018 01:10:41 -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