diff --git a/.clang-format b/.clang-format index 23e384e..12612b2 100644 --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,4 @@ BasedOnStyle: Google # 'vector>'. ('Auto' means that clang-format will only use # 'int>>' if the file already contains at least one such instance.) Standard: Cpp11 +ColumnLimit: 0