mirror of
https://github.com/PCSX2/pcsx2.git
synced 2024-11-27 11:30:45 +00:00
clang format: don't allow statement on single lines + disable resource.h too (generated file)
Following discussion in #1530
This commit is contained in:
parent
1fb2c66a21
commit
de32691b4e
@ -8,10 +8,10 @@ AlignEscapedNewlinesLeft: false
|
||||
AlignOperands: true
|
||||
AlignTrailingComments: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowShortBlocksOnASingleLine: true
|
||||
AllowShortCaseLabelsOnASingleLine: true
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: All
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AlwaysBreakAfterDefinitionReturnType: None
|
||||
AlwaysBreakAfterReturnType: None
|
||||
|
@ -44,6 +44,7 @@ files=`git diff $diff_range --name-only --diff-filter=ACMRT | \
|
||||
grep -v "${1}plugins/zerospu2/" | \
|
||||
grep -v "${1}plugins/zzogl-pg/" | \
|
||||
\
|
||||
grep -v "/resource.h" | \
|
||||
grep -v "3rdpary/" | \
|
||||
grep -v "bin/" | \
|
||||
grep -v "cmake/" | \
|
||||
|
Loading…
Reference in New Issue
Block a user