MaciejPatro / cmake-tidy

Project provides a set of tools that will ease the development process for code written in CMake.
MIT License
15 stars 0 forks source link

keyword and single value handling in case of comment #56

Closed MaciejPatro closed 4 years ago

MaciejPatro commented 4 years ago
install(
  DESTINATION
    "include/folder" # comment
  NAMESPACE unofficial::graphicsmagick::
)
install(
  DESTINATION "include/folder" # comment
  NAMESPACE unofficial::graphicsmagick::
)

Which is more natural?

MaciejPatro commented 4 years ago

second option possibly