.clang-format | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 708dd92578a3029edd1d63e89bf7860bb9d3d37f
Author: Samuel Mehrbrodt <[email protected]>
Date: Fri Nov 3 10:29:53 2017 +0100
clang-format: Increase column limit to 100
As discussed in IRC.
This matches the values in TEMPLATE.SOURCECODE.HEADER
Change-Id: I7e7bf5df0b011a54c8dddde5366e73e14068ef7d
Reviewed-on: https://gerrit.libreoffice.org/44249
Tested-by: Jenkins <[email protected]>
Reviewed-by: Miklos Vajna <[email protected]>
diff --git a/.clang-format b/.clang-format
index 4dc707ef6468..10c6fd8482cd 100644
--- a/.clang-format
+++ b/.clang-format
@@ -11,7 +11,7 @@ BreakBeforeBinaryOperators: true
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: true
BinPackParameters: true
-ColumnLimit: 80
+ColumnLimit: 100
ConstructorInitializerAllOnOneLineOrOnePerLine: false
DerivePointerBinding: false
ExperimentalAutoDetectBinPacking: false
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits