mirror of https://github.com/AxioDL/amuse.git
Update .clang-format
This commit is contained in:
parent
055e73183a
commit
28cac7ff83
|
@ -22,7 +22,6 @@ AlwaysBreakAfterDefinitionReturnType: None
|
||||||
AllowShortFunctionsOnASingleLine: All
|
AllowShortFunctionsOnASingleLine: All
|
||||||
Cpp11BracedListStyle: true
|
Cpp11BracedListStyle: true
|
||||||
NamespaceIndentation: None
|
NamespaceIndentation: None
|
||||||
ReflowComments: true
|
|
||||||
BinPackArguments: true
|
BinPackArguments: true
|
||||||
BinPackParameters: true
|
BinPackParameters: true
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
|
|
Loading…
Reference in New Issue