view .clang-format @ 40046:50700a025953

context: reverse conditional branch order in introrev Positive logic will be simpler to follow. It will help to clarify coming refactoring.
author Boris Feld <boris.feld@octobus.net>
date Thu, 04 Oct 2018 01:22:25 +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