.clang-format
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Wed, 13 Feb 2019 16:02:44 -0500
changeset 41699 5d63cb7d8f83
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
histedit: remove "chistedit" mention from interface "chisted" is internal jargon. The end user should not need to be aware that it's different from histedit.

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