Releases: KDAB/clang-format-rs
Releases · KDAB/clang-format-rs
Release list
0.3.0
Added
- It is now possible to specify a custom clang-format style using
ClangFormatStyle::Custom(String) - Support for
GNUas a clang-format style - Support for
Microsoftas a clang-format style
Changed
ClangFormatStyleenum is now marked asnon_exhaustiveto allow for more styles in the future
Removed
ClangFormatErroris now private,thiserroris used internally, and aimpl Erroris returned
0.2.0
Added
clang_format_with_stylemethod where the style is given
Changed
clang_formatnow usesClangFormatStyle::Defaultinstead of reading fromCLANG_FORMAT_STYLE
Removed
CLANG_FORMAT_STYLEOnceCell