这是当前的代码风格,
void func(int a){ a++; }“{”和函数名在同一行,我想要的是“{”另起一行
void func(int a) { a++; },就是希望能够和vscode代码格式化的结果保持一致。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好,
对于CCS20您参考以下用户手册5.1. User Interface Introduction — Code Composer Studio 20.1.1 Documentation “5.8. Customizing the Environment”部分。