view .clang-format @ 39342:d52fa7ddd1ac

shelve: move createcmd next to _docreatecmd It is simpler not to have to jump around the file all the time.
author Boris Feld <boris.feld@octobus.net>
date Thu, 23 Aug 2018 00:51:38 +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