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

Full support for custom brace wrapping #49

Closed njames93 closed 7 years ago

njames93 commented 7 years ago

Grants access to all the Brace Wrapping flags previously hidden due to non recursive dictionary yaml values. Also adds the Brace Wrapping parameters to the custom settings file. There is no verification of the sub keys for BraceWrapping like there is with all other settings, so should a user select an invalid BraceWrapping key, clang-format will throw an error, but its diagnostics will be clear to the user why the error has happened.

This is mean't to be a more in depth fix than #43 as it updates the setting file too

rapimo commented 7 years ago

looks good to me @rosshemsley objections to merge?

rosshemsley commented 7 years ago

None from me