开发小技巧备忘

2019-11-25 01:28:49

解决vscode c++下自动换行问题

 

首先搜索设置C_Cpp format找到C_Cpp.clang_format_fallbackStyle
把内部的Visual Studio改为{ BasedOnStyle: Google, IndentWidth: 4 , ColumnLimit: 0}