view .clang-format @ 38534:b86664c81833

debug: process --debug flag earlier This allow the verbosity level to be set correctly during extension initialization.
author Boris Feld <boris.feld@octobus.net>
date Tue, 19 Jun 2018 19:18:31 +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