Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 astyle,我想让它跳过 qt 的 MOC 生成的文件,因为出于某种原因,这些文件会使 astyle 崩溃。
我正在使用moc_对这些文件使用前缀的简单约定。
moc_
有没有办法全局配置 astyle 以忽略这些文件?
您使用哪种其他策略来解决此问题?
尝试使用“--exclude”选项跳过处理特定文件或目录。
这是 astyle 文档的链接(搜索排除): http ://astyle.sourceforge.net/astyle.html