Almost matched CInputStream

This commit is contained in:
2022-07-14 20:48:18 -04:00
parent e98f62c3a6
commit 18079ecfee
9 changed files with 213 additions and 19 deletions

View File

@@ -8,3 +8,6 @@ DerivePointerAlignment: false
PointerAlignment: Left
AlwaysBreakTemplateDeclarations: Yes
SpacesInAngles: Always # for C++98-compatible nested template arguments
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 0
BreakConstructorInitializers: BeforeComma