CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

ECSpaceCommander 1.0.7

ECSpaceCommander 1.0.7

Maintained by eziochiu.



  • By
  • eziochiu

ClangFormaterObjC

利用 clang-format 格式化 OC 代码,hook git commit.

原著地址

square/spacecommander

改进

修改为自己项目的 style ,具体使用方法看原作者地址 readme.md。

自行配置

参考以下网址,可在线预览

http://cf.monofraps.net

https://zed0.co.uk/clang-format-configurator/

https://clangformat.com

参考

1、clone 本repo到本地

2、CD到工程目录

3、执行本 repo 下的 setup-repo.sh,会在目录下生成.clang-format文件并自动添加到.gitignore

4、参考原著使用