alandefreitas / clang-unformat

A simple tool to infer a .clang-format file from existing code
Boost Software License 1.0
58 stars 13 forks source link

fix path on windows #6

Closed technic closed 2 years ago

technic commented 2 years ago

on windows std::filesystem::path is wchar_t and should be converted to std::string first

alandefreitas commented 2 years ago