Update cmake-format configuration to increase hard column limit to 100 characters.
Motivation and Context
To improve readability on modern displays and systems, it is considered good practice to encourage an 80-column limit but set the actual hard limit to 100 columns.
The changes in this PR serve as a good example for the improvements in legibility and readability this gives.
How Has This Been Tested?
CMake files have been updated according to the new rules in this PR.
Types of changes
Tweak (non-breaking change to improve existing functionality)
Description
Update cmake-format configuration to increase hard column limit to 100 characters.
Motivation and Context
To improve readability on modern displays and systems, it is considered good practice to encourage an 80-column limit but set the actual hard limit to 100 columns.
The changes in this PR serve as a good example for the improvements in legibility and readability this gives.
How Has This Been Tested?
CMake files have been updated according to the new rules in this PR.
Types of changes
Checklist: