MCUXpresso and ClangFormat

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCUXpresso and ClangFormat

1,499 Views
cennis
Contributor II

Hello, 

I am working on trying to implement ClangFormat as a formatter in my MCUXPresso IDE to help save development time.  Ideally, I will be able to set up my own formatting guidelines to match my teams style.  I would also like to be able to automate the process by running the formatter from a git hook or something similar.  

I am new to using Clang, so I was wondering if there are any resources or tutorials someone could recommend to help me get started with this project. 

I appreciate the help, and thanks in advance! 

Carson.   

0 Kudos
1 Reply

1,430 Views
converse
Senior Contributor V

Try this

CppStyle | Eclipse Plugins, Bundles and Products - Eclipse Marketplace 

An Eclipse plugin that integrates the clang-format tool as an alternative C/C++ code formattEr

0 Kudos