view .clang-format @ 41962:07c80298b5a1

manifestcache: abstract the filename in a class attribute This make the code clearer and simpler to update.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 15 Mar 2019 12:17:30 +0000
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