Conversation
Merging the changes of the last few weeks for release `0.1`.
bring boost bugfix from meteoswiss-apn
|
How do we use it? |
|
With Qt creator you have to install the beautifier. http://doc.qt.io/qtcreator/creator-beautifier.html With vim, emacs there are instructions in the link I posted above. |
|
you can also use it in a script fashion. |
|
Ah, great! I got it to run. Can we have:
(from |
|
agree to use it ... we should find a common style. |
|
I am not sure introducing {} or () can be done with a formatter, but I will try to look at that. But please if you have preferences just commit this branch or create another PR with changes, as said, I dont care much which format or style as far as we have one |
I think we need a common formatting as there is different people contributing to this project.
So I am adding this PR with the hope that you like the idea of using clang-format.
I find it quite convenient because it can be used from almost any editor, IDE, and it has tons of configuration possibilities. Me personally I dont mind which style, as far as we have a common one.
It only solves the problem for C++, but that is already a big chunk of code here.
We can integrate in our editors/IDEs and/or
http://clang.llvm.org/docs/ClangFormat.html