Module: kamailio Branch: master Commit: b102e3f38a554f65a55424a728821d68cc386015 URL: https://github.com/kamailio/kamailio/commit/b102e3f38a554f65a55424a728821d68...
Author: Xenofon Karamanos xk@gilawa.com Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2025-04-08T14:37:55+02:00
cmake: Alter some of cmake-format options
---
Modified: cmake/cmake-format.py
---
Diff: https://github.com/kamailio/kamailio/commit/b102e3f38a554f65a55424a728821d68... Patch: https://github.com/kamailio/kamailio/commit/b102e3f38a554f65a55424a728821d68...
---
diff --git a/cmake/cmake-format.py b/cmake/cmake-format.py index 65103f4e3bd..47074bdf6ee 100644 --- a/cmake/cmake-format.py +++ b/cmake/cmake-format.py @@ -25,7 +25,7 @@ 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 @@ 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 = []