Codeblocks自动代码格式化

在代码框里点右键,按Format use Astyle就会自动代码格式化了

但是它默认的风格是大括号另起一行,很不习惯,实际上是可以改的


1.Setting->Editor->Source Formatter->style->Bracket style 修改成Java

2.Setting->Editor->Source Formatter->Formatting->Insert space padding around operators 打勾


这样格式化出来的代码就很好看了

你可能感兴趣的:(Codeblocks自动代码格式化)