view .clang-format @ 39088:ad88726d6982

addremove: add labels for messages about added and removed files This is the first step to add color for add and remove output.
author Boris Feld <boris.feld@octobus.net>
date Wed, 25 Jul 2018 17:11:52 +0200
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