QT 代码格式化工具Artistic Style 配置

一、安装与qt 应用百度

二、配置

Artistic Style (sourceforge.net)

--style=allman
--max-code-length=80
--indent=tab  
--attach-namespaces 
--attach-classes
--attach-inlines
--attach-closing-while
--indent-classes
--indent-switches   
--indent-preproc-block
--squeeze-lines=1
--align-pointer=type
--align-reference=type
--attach-return-type
--pad-comma
--pad-oper

你可能感兴趣的:(c++)