有没有一个程序可以自动设置C文件的样式?
我认为标题是不言自明的。对于有大量样式违规的大文件来说会很方便。谢谢大家:)
I think the title is self-explanatory. Would be handy for large files with lots of style violations. Thanks guys :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
缩进 是标准。
Indent is the standard.
另一个选项是艺术风格。它采用 C、C++、C# 和 Java 格式,并用 C++ 编写。
Another option is Artistic Style. It formats C, C++, C# and Java and is written in C++.
如果您想要一个可以设置源文件样式的 IDE,用于 C/C++ 的 Eclipse IDE推荐开发者。
If you want an IDE which can style source files, Eclipse IDE for C/C++ Developers is recommended.
Visual SlickEdit 内置了一些优秀的代码格式化工具和强大的脚本系统(如果您想进一步自定义它)。
Visual SlickEdit has some good code formatting tools built-in and a powerful scripting system if you want to customize it further.