mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-20 17:37:43 +00:00
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:
committed by
Leo Di Donato
parent
98a82dd33e
commit
8688e5abfc
@@ -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'
|
||||||
|
Reference in New Issue
Block a user