Don't enforce column limit for our code style

This commit is contained in:
Simon Fels 2017-01-03 09:16:46 +01:00
commit 1820c9cd10

View file

@ -6,3 +6,4 @@ BasedOnStyle: Google
# 'vector<vector<int>>'. ('Auto' means that clang-format will only use
# 'int>>' if the file already contains at least one such instance.)
Standard: Cpp11
ColumnLimit: 0