mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 06:10:04 -05:00
b4704d3ef8
Improve the coding conventions specified in our source code guide: - Recommend capitalization for locals as well as members. - Remove exceptions for `const` placement; new code should always prefer "east" style. - Remove separate section; "Code Style" and "Code Conventions" are similar enough to not need to make a distinction.