fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#81 Disable clang-format & clang-tidy by default #84

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

Clang-Format and Clang-Tidy have been changed to be disabled by default.
To enable checks with them, enable FK_YAML_RUN_CLANG_FORMAT and FK_YAML_RUN_CLANG_TIDY on CMake configuration.

Additionally, reorganization of CMake scripts has been made.
See diffs for details.