Ahmet Bilgin
Ahmet Bilgin
> > > I actually [got it working in a fork](https://github.com/HSOAutonomy/CppStyle/commits/master) - the functionality itself was simple, the big issue is the CDT dependency. Not sure if you can have...
I got a version which works fine for Java in my fork: [ClangFormat4J](https://github.com/AhmetBilgin/ClangFormat4J)
I implemented this on my fork for java formatting: https://github.com/AhmetBilgin/ClangFormat4J/commit/a5a6f09e084016a90a8a5f4b2b970038bdfa6c38
Hi @julian-poidevin, I had to use another account to fork this project again. Can you test this? Seems to work for me. https://github.com/Nosezeichen/CppStyle/tree/master/update/target/site When it's ok I'll make a Pull-Request.
Hi @julian-poidevin, I don't know why I said that I implemented the 'project specific settings' part... You are right, with my changes you are able to to use ${env_var:SOMETHING} in...