Added
- It is now possible to specify a custom clang-format style using
ClangFormatStyle::Custom(String)
- Support for
GNU
as a clang-format style - Support for
Microsoft
as a clang-format style
Changed
ClangFormatStyle
enum is now marked asnon_exhaustive
to allow for more styles in the future
Removed
ClangFormatError
is now private,thiserror
is used internally, and aimpl Error
is returned