view .clang-format @ 37834:ed6808cfb116 stable

Added tag 4.6 for changeset 6614cac550ae
author Kevin Bullock <kbullock@ringworld.org>
date Sat, 05 May 2018 18:02:59 -0500
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