initial version of a reporter system! inherit from the IReporter class and register it with doctest::registerReporter()
diff --git a/.clang-format b/.clang-format
index 6b1cb1d..0dee6af 100644
--- a/.clang-format
+++ b/.clang-format
@@ -21,6 +21,7 @@
 IndentCaseLabels: true
 ContinuationIndentWidth: 8
 NamespaceIndentation: Inner
+FixNamespaceComments: true
 AccessModifierOffset: -4
 
 SpaceAfterControlStatementKeyword: false