rosshemsley / SublimeClangFormat

A C++ code formatter based on Clang Format, for beautiful code with minimal effort in Sublime Text 3
Other
185 stars 52 forks source link

add option to pass --fallback-style to clang-format #73

Open krox opened 1 year ago

krox commented 1 year ago

The '--fallback-style' option can be used to tell clang-format what to do in case '--style=File' is specified, but no '.clang-format' file is found.

This closes #70