All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2023-10-06
- 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
ClangFormatStyleenum is now marked asnon_exhaustiveto allow for more styles in the future
ClangFormatErroris now private,thiserroris used internally, and aimpl Erroris returned
0.2.0 - 2023-08-02
clang_format_with_stylemethod where the style is given
clang_formatnow usesClangFormatStyle::Defaultinstead of reading fromCLANG_FORMAT_STYLE
CLANG_FORMAT_STYLEOnceCell
0.1.3 - 2023-04-17
- Read
CLANG_FORMAT_BINARYenv var for customclang-formatlocations