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

Predefined forced options #15

Open elnull opened 1 year ago

elnull commented 1 year ago

It would nice if there was an option to use existing .clang-format file which settings should be always included in resulted file. So that user can set base rules and algorithm can skip them and detect only others.