diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..9f3e95c --- /dev/null +++ b/.clang-format @@ -0,0 +1,2 @@ +--- +BasedOnStyle: Google diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..9248b65 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,15 @@ +--- +Checks: + - boost-* + - bugprone-* + - clang-analyzer-* + - concurrency-* + - cppcoreguidelines-* + - misc-* + - modernize-* + - performance-* + - portability-* + - readability-* + - -readability-identifier-length +FormatStyle: file +WarningsAsErrors: "*"