fktn-k / fkYAML

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

#8 support clang format & clang tidy #11

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

This library now supports clang-format & clang-tidy.
clang-format-16 & clang-tidy-16 are checked in my develop environment on Windows10 Home edition.
Other versions may be currently unsupported, so further investigation may be necessary.

clang-format is also supported while executing GitHub Actions, but clang-tidy is not.
As for clang-tidy, implementation will be done in another issue later on.

fktn-k commented 1 year ago

close #8