new: cmake format colums to 120

Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
Lorenzo Fontana
2019-12-12 17:10:17 +01:00
committed by Leo Di Donato
parent 98a82dd33e
commit 8688e5abfc

View File

@@ -2,7 +2,7 @@
# General Formatting Options # General Formatting Options
# -------------------------- # --------------------------
# How wide to allow formatted cmake files # How wide to allow formatted cmake files
line_width = 80 line_width = 120
# How many spaces to tab for indent # How many spaces to tab for indent
tab_size = 2 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 # 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 # only claims to support utf-8 so be careful when using anything else
output_encoding = 'utf-8' output_encoding = 'utf-8'