Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1007 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 1007 Bytes

Autostyle-clang-format: execute clang-format from Java

clang-format is a tool that can automatically format source files. As of version 11 it supports C/C++/Java/JavaScript/Objective-C/Protobuf/C#.

autostyle-clang-format publishes clang-format to Maven repository, so it is accessible from Java projects.

Maven coordinates

  • com.github.autostyle:autostyle-clang-format:1.0:darwin_x64
  • com.github.autostyle:autostyle-clang-format:1.0:linux_x64
  • com.github.autostyle:autostyle-clang-format:1.0:windows_x64

Author

autostyle-clang-format was created by Vladimir Sitnikov [email protected]

License

autostyle-clang-format comes under Apache 2.0 clang-format is a part of llvm suite which is licensed under LLVM license

Acknowledgements