obsproject / obs-plugintemplate

GNU General Public License v2.0
302 stars 138 forks source link

cmake: Update cmake-format to allow files to use up to 100 columns #33

Closed PatTheMav closed 2 years ago

PatTheMav commented 2 years ago

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: