saebyn / munkres-cpp

Kuhn-Munkres (Hungarian) Algorithm in C++
http://saebyn.info/2007/05/22/munkres-code-v2/
GNU General Public License v2.0
205 stars 79 forks source link

Add rules for automatic formatters #16

Open Gluttton opened 10 years ago

Gluttton commented 10 years ago

Add rules for automatic formatters: astyle, uncrustify, etc...

On the one hand each programmer has personal formating preferences and on the other hand, code on the whole project should looks in the same style.

In any way, in my opinion, it's good feature of mature project.