From 8688e5abfc205629efb528db0bb6aec286c065e1 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Thu, 12 Dec 2019 17:10:17 +0100 Subject: [PATCH] new: cmake format colums to 120 Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- .cmake-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cmake-format b/.cmake-format index e6484a15..4c3d5ad2 100644 --- a/.cmake-format +++ b/.cmake-format @@ -2,7 +2,7 @@ # General Formatting Options # -------------------------- # How wide to allow formatted cmake files -line_width = 80 +line_width = 120 # How many spaces to tab for indent tab_size = 2 @@ -116,4 +116,4 @@ input_encoding = 'utf-8' # Specify the encoding of the output file. Defaults to utf-8. Note that cmake # only claims to support utf-8 so be careful when using anything else -output_encoding = 'utf-8' \ No newline at end of file +output_encoding = 'utf-8'