uncrustify类c源代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uncrustify类c源代码相关的知识,希望对你有一定的参考价值。

you may not want to use the buggy apt version. just compile it yourself
  1. #use this for an ant task:
  2. # <exec executable="bash">
  3. # <arg value="-i" />
  4. # <arg value="-c" />
  5. # <arg value="uncrustify --no-backup $(find ${src} -name &quot;*.java&quot;)" />
  6. # </exec>
  7.  
  8.  
  9. #make sure to configure like this
  10. cp /usr/share/uncrustify/ben.cfg ~/.uncrustify.cfg
  11.  
  12. #uncrustify all java files in this folder
  13. uncrustify --no-backup $(find -name "*.java")

以上是关于uncrustify类c源代码的主要内容,如果未能解决你的问题,请参考以下文章

Uncrustify 是不是有一次最大缩进设置?

Uncrustify 有没有办法返回样式差异而不是纠正它们?

csharp C#代码片段 - 使类成为Singleton模式。 (C#4.0+)https://heiswayi.github.io/2016/simple-singleton-pattern-us

ini uncrustify.cfg

为啥 Uncrustify 在我的 Objective-C 块右括号之前强制一个空格?

如何通过单击片段内的线性布局从片段类开始新活动?下面是我的代码,但这不起作用