uncrustify类c源代码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uncrustify类c源代码相关的知识,希望对你有一定的参考价值。
you may not want to use the buggy apt version. just compile it yourself
#use this for an ant task: # <exec executable="bash"> # <arg value="-i" /> # <arg value="-c" /> # <arg value="uncrustify --no-backup $(find ${src} -name "*.java")" /> # </exec> #make sure to configure like this cp /usr/share/uncrustify/ben.cfg ~/.uncrustify.cfg #uncrustify all java files in this folder uncrustify --no-backup $(find -name "*.java")
以上是关于uncrustify类c源代码的主要内容,如果未能解决你的问题,请参考以下文章
Uncrustify 有没有办法返回样式差异而不是纠正它们?
csharp C#代码片段 - 使类成为Singleton模式。 (C#4.0+)https://heiswayi.github.io/2016/simple-singleton-pattern-us