view .clang-format @ 42555:50eacdeea88c stable

copy: correct synopsis by making SOURCE a required argument
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 03 Jul 2019 10:01:51 +0800
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