PCSX2 IPC API Reference implementation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
BasedOnStyle: LLVM
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
AlwaysBreakAfterReturnType: None
|
|
Cpp11BracedListStyle: 'false'
|
|
IndentWidth: '4'
|
|
SortIncludes: 'true'
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
SpacesInContainerLiterals: 'false'
|
|
SpacesInParentheses: 'false'
|
|
UseTab: Never
|
|
AlwaysBreakTemplateDeclarations: 'Yes'
|
|
IndentCaseLabels: 'true'
|
|
|
|
...
|