Skip to content

Commit

Permalink
Merge pull request mesozoic-drones#2 from mapsme/add-all-readers
Browse files Browse the repository at this point in the history
Added 7 readers and extended unit tests
  • Loading branch information
bykoianko authored May 14, 2020
2 parents f830f4c + bce5517 commit 9a21d02
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 9a21d02

Please sign in to comment.