vscode written in C ++ settings brace does not wrap

Style habits in the code brace does not wrap, the Internet search, in vscode in settings.json set as follows:

"editor.formatOnSave": true,
    "C_Cpp.clang_format_style": 
    "{ BasedOnStyle: Chromium, IndentWidth: 4}"

Guess you like

Origin www.cnblogs.com/ocean1100/p/12355412.html