johnmcfarlane / unformat

generates .clang-format file from example codebase
Apache License 2.0
316 stars 22 forks source link

Make .clang-format file closer in style to that produced by clang-format #18

Closed iamthad closed 7 years ago

iamthad commented 7 years ago

When clang-format produces a .clang-format file, it is in block style, with explicit start and end indicators. The output of this tool should be tweaked to use those conventions.