Skip to content

Commit

Permalink
Added 7 readers and extended unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mesozoic-drones committed May 14, 2020
1 parent f830f4c commit bce5517
Show file tree
Hide file tree
Showing 9 changed files with 616 additions and 166 deletions.
6 changes: 3 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ColumnLimit: 100

Language: Cpp
AccessModifierOffset: -2
AllowShortBlocksOnASingleLine: false
AllowShortBlocksOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
BreakConstructorInitializersBeforeComma: true
Expand All @@ -19,7 +19,7 @@ IndentCaseLabels: false
NamespaceIndentation: None
PointerAlignment: Middle
SortIncludes: true
Standard: Cpp11
Standard: c++17

IncludeBlocks: Preserve
IncludeCategories:
Expand Down
Loading

0 comments on commit bce5517

Please sign in to comment.