.clang-format
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Tue, 16 Jan 2018 08:40:14 -0500
changeset 35676 9c575c22dcf4
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
svnsubrepo: check if subrepo is missing when checking dirty state (issue5657) During an hg convert command, subrepos are not checked out. However, a manifestmerge may occur during an hg convert if there is a merge commit, which in particular will check the dirty state of subrepos. Before this change, the lack of a checked out subrepo would error out. This check for svn subrepos is modelled after 2fdea636f254 for git subrepos.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false