-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
buildBuild systemBuild system
Description
It would be nice for developers to have make style update cmake and python in addition to cpp/ hpp files. In particular, automatically adding newlines at EOF.
As far as I know this would involve...
- adding
py-yapfandpy-cmake-format(or others with similar functionality) as devtool dependencies - adding a
.cmake-format.pyand.style-yapfto root of project - adding these packages to the build via cmake, if devtools is enabled
Metadata
Metadata
Assignees
Labels
buildBuild systemBuild system