SimaticResearchActivity / FBAE

Framework for Broadcast Algorithms Evaluation
GNU Affero General Public License v3.0
0 stars 1 forks source link

Force concistency of code formatting even if different IDEs are used #73

Closed simatic closed 2 months ago

simatic commented 2 months ago

Different IDE (CLion, Visual Studio, Visual Studio Code) may be used to contirbute to FBAE project. We must force consistency of code formatting.

To do so:

Open question : Should we keep doxygen comments /** */ or swith to /// ?