From 1820c9cd10945a9bd485ec142588d83761aab856 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 3 Jan 2017 09:16:46 +0100 Subject: [PATCH] Don't enforce column limit for our code style --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 23e384eb..12612b28 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 -- GitLab