Page 1 of 1

Feature request : allow to use a custom .clang-format

Posted: Mon Dec 28, 2015 8:04 pm
by Folco
Hi Eran,

Would it be possible to allow to use a .clang-format, as documented here : http://clang.llvm.org/docs/ClangFormat.html
It would throw a command like clang-format -i <specified .clang-format> *.?pp>, it could save and reload automagically the formatted files.

What do you think about that ? Thanks in advance.

Notes :
- I have tried to get that with the External Tools, but something fails in file reloading, IIRC. I could investigate again if you wish.
- I ask for such a feature because it's handy to have only one .clang-format for all its IDE and projects. And it's really easy to get with such a site

Re: Feature request : allow to use a custom .clang-format

Posted: Mon Dec 28, 2015 8:17 pm
by eranif
Can you please make this an official feature request?
These kind of requests will get lost on the forum

Eran

Re: Feature request : allow to use a custom .clang-format

Posted: Mon Dec 28, 2015 8:43 pm
by Folco
I used this page : http://codelite.org/contact.php
I was surprised to not find a feature request page on github :shock:

Re: Feature request : allow to use a custom .clang-format

Posted: Mon Dec 28, 2015 8:57 pm
by eranif
Please use this link on GitHub:

https://github.com/eranif/codelite/issues/new

Eran