view .clang-format @ 38416:35b50237908b

configitem: reorder items in the 'server' section Keeping things alphabetically sorted.
author Boris Feld <boris.feld@octobus.net>
date Tue, 19 Jun 2018 18:21:37 +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