mirror of https://github.com/AxioDL/metaforce.git
Merge branch 'master' of https://github.com/AxioDL/urde
This commit is contained in:
commit
9fcc5dfac5
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
IndentWidth: 4
|
||||||
|
ColumnLimit: 120
|
||||||
|
UseTab: Never
|
||||||
|
---
|
||||||
|
Language: Cpp
|
||||||
|
DerivePointerAlignment: false
|
||||||
|
PointerAlignment: Left
|
||||||
|
AlignAfterOpenBracket: Align
|
||||||
|
AlignConsecutiveAssignments: false
|
||||||
|
BreakBeforeBraces: Allman
|
||||||
|
IndentCaseLabels: false
|
||||||
|
AllowShortBlocksOnASingleLine: true
|
||||||
|
AlignOperands: true
|
||||||
|
AlignTrailingComments: true
|
||||||
|
AlwaysBreakBeforeMultilineStrings: true
|
||||||
|
AlwaysBreakTemplateDeclarations: true
|
||||||
|
BreakConstructorInitializersBeforeComma: true
|
||||||
|
BreakStringLiterals: true
|
||||||
|
AlwaysBreakAfterReturnType: None
|
||||||
|
AlwaysBreakAfterDefinitionReturnType: None
|
||||||
|
AllowShortFunctionsOnASingleLine: All
|
||||||
|
Cpp11BracedListStyle: true
|
||||||
|
NamespaceIndentation: None
|
||||||
|
ReflowComments: true
|
||||||
|
BinPackArguments: true
|
||||||
|
BinPackParameters: true
|
||||||
|
SortIncludes: false
|
||||||
|
AccessModifierOffset: -4
|
||||||
|
ConstructorInitializerIndentWidth: 0
|
||||||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2
amuse
2
amuse
|
@ -1 +1 @@
|
||||||
Subproject commit 596bc66ce62220bc5bca55ec3eae768ae9f6b333
|
Subproject commit 5bae40d3c30c4471c55584f6bdbf1465eff19707
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
||||||
Subproject commit 8c745118b4e86a883a31013b3948510a0cb28e81
|
Subproject commit ee64d9872b9eb793371b1c62006b7e86ca79de8f
|
2
specter
2
specter
|
@ -1 +1 @@
|
||||||
Subproject commit 720ab3d9527946ad753433b5b73abeeb87b8efe1
|
Subproject commit ba713f562b5b73b442e3e5e32c367b77ce843a66
|
Loading…
Reference in New Issue