diff --git a/.clang-format b/.clang-format index 9f3e95c..33c536e 100644 --- a/.clang-format +++ b/.clang-format @@ -1,2 +1,3 @@ --- -BasedOnStyle: Google +BasedOnStyle: LLVM +ColumnLimit: 100 diff --git a/.clang-tidy b/.clang-tidy index 9248b65..e3b4fd9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -12,4 +12,3 @@ Checks: - readability-* - -readability-identifier-length FormatStyle: file -WarningsAsErrors: "*"