mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 14:12:39 +00:00
.clang-format added
This commit is contained in:
parent
65fe9b0927
commit
1fd8c50d95
33
.clang-format
Normal file
33
.clang-format
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
Standard: Cpp11
|
||||||
|
UseTab: ForIndentation
|
||||||
|
TabWidth: 1
|
||||||
|
IndentWidth: 1
|
||||||
|
AccessModifierOffset: -1
|
||||||
|
PointerAlignment: Left
|
||||||
|
NamespaceIndentation: All
|
||||||
|
ColumnLimit: 0
|
||||||
|
BreakBeforeBraces: Allman
|
||||||
|
BreakConstructorInitializersBeforeComma: true
|
||||||
|
BreakBeforeBinaryOperators: false
|
||||||
|
BreakBeforeTernaryOperators: false
|
||||||
|
AlwaysBreakTemplateDeclarations: true
|
||||||
|
AllowShortIfStatementsOnASingleLine: true
|
||||||
|
AllowShortBlocksOnASingleLine: true
|
||||||
|
AllowShortCaseLabelsOnASingleLine: true
|
||||||
|
AllowShortFunctionsOnASingleLine: false
|
||||||
|
AllowShortLoopsOnASingleLine: true
|
||||||
|
Cpp11BracedListStyle: true
|
||||||
|
IndentCaseLabels: false
|
||||||
|
SortIncludes: false
|
||||||
|
ReflowComments: true
|
||||||
|
AlignConsecutiveAssignments: true
|
||||||
|
AlignTrailingComments: true
|
||||||
|
AlignAfterOpenBracket: false
|
||||||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
|
BinPackArguments: true
|
||||||
|
BinPackParameters: true
|
||||||
|
AlwaysBreakAfterReturnType: None
|
||||||
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
||||||
|
IndentWrappedFunctionNames: false
|
||||||
|
|
||||||
|
#SpaceAfterTemplateKeyword: false
|
2
usertype.dat
Normal file
2
usertype.dat
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
throw_exception
|
||||||
|
rethrow_exception
|
Loading…
Reference in New Issue
Block a user