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
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