Hi Rostislav, thank you very much! As you know, your contributions are very appreciated. We try to have a look at everything as soon as possible. Please don’t be crestfallen if it won’t be today or tomorrow as we definitely want to take enough time for these things. :-)
Cheers, Stefan From: Rostislav Khlebnikov [mailto:[email protected]] Sent: Montag, 10. August 2015 19:23 To: mitk-users Subject: [mitk-users] Contributions and a bit more Hi guys, now that I finally finished the migration to 2015.05, I think it's time to talk about the contributions that I'd like to make to the MITK project (some of them discussed at the users' meeting). I will write an e-mail for each topic so that the discussion is more focused. Just as an "a bit more", I would like to propose using CLang format <http://clang.llvm.org/docs/ClangFormat.html> to manage the formatting of source code in MITK. It's definitely not a big issue, but I have used it now for a while and I enjoy it tremendously. I use Visual Studio to edit my code and the plugin is working flawlessly. I think that integrating it with %your_favourite_editor% should be easy. It is as simple as putting a ".clang-format" file in the root of MITK and editing it until the desired format is achieved. Mine looks like this: BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 128 AccessModifierOffset: -4 AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false BreakBeforeBraces: Linux BreakConstructorInitializersBeforeComma: true PointerBindsToType: true Cheers, Rostislav.
------------------------------------------------------------------------------
_______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
