2
0
Эх сурвалжийг харах

cmake: Alter some of cmake-format options

Xenofon Karamanos 5 сар өмнө
parent
commit
b102e3f38a
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      cmake/cmake-format.py

+ 2 - 2
cmake/cmake-format.py

@@ -25,7 +25,7 @@ with section("format"): # type: ignore
   disable = False
 
   # How wide to allow formatted cmake files
-  line_width = 80
+  line_width = 100
 
   # How many spaces to tab for indent
   tab_size = 2
@@ -91,7 +91,7 @@ with section("format"): # type: ignore
   command_case = 'canonical'
 
   # Format keywords consistently as 'lower' or 'upper' case
-  keyword_case = 'unchanged'
+  keyword_case = 'upper'
 
   # A list of command names which should always be wrapped
   always_wrap = []