.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 14 Jun 2019 16:26:11 +0100
changeset 42869 5ca351ba2478
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
run-tests: rename `lcmd` variable to `line_cmd` This is clearer and more in line with some other variable names. (This is a gratuitous cleanup that I made while investigating a bug).

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