Skip to content

Instantly share code, notes, and snippets.

@jonpalmisc
Created August 8, 2021 22:49
Show Gist options
  • Select an option

  • Save jonpalmisc/8d962ea901d1aa0753f747487017bbf0 to your computer and use it in GitHub Desktop.

Select an option

Save jonpalmisc/8d962ea901d1aa0753f747487017bbf0 to your computer and use it in GitHub Desktop.
CMake Tricks

Formatting task

add_custom_target(clang_format COMMAND clang-format -i --style=WebKit ${SOURCES})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment