.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 15 Feb 2023 00:55:44 +0100
changeset 50074 ef1540c57730
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
largefiles: remove the first `changing_parents` in `updatelfiles` Now that the `update_file` call have been migrated, we can drop the semantically-wrong `changing_parents` context.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2