自动格式化代码风格
格式化选项参数
-A1 --indent=spaces=4 --indent-classes --indent-switches --indent-cases --indent-namespaces --indent-labels --indent-preprocessor
格式化选项解释
A1:选择 Allman 风格,函数和类定义的左大括号都放在新的一行。
–indent=tab=4:使用制表符作为缩进符,每个制表符宽度为4个空格。
–indent-classes:缩进类定义的内容。
–indent-switches:缩进 switch 语句的内容。
–indent-cases:缩进 case 语句的内容。
–indent-namespaces:缩进命名空间的内容。
–indent-labels:缩进标签(如 case 标签)。
–indent-preprocessor:缩进预处理器指令。
注意事项
如果修改后不起作用 需要以管理员身份运行软件。 亲测有用!