MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
139 stars 64 forks source link

Add clang format to Menge #122

Closed curds01 closed 5 years ago

curds01 commented 5 years ago

As part of modernizing Menge, we're upgrading style guide. Menge now has a clang-format file (which will undoubtedly evolve with time). This introduces the .clang-format file and formats all files with the new specification.

This is purely a whitespace/layout change. No functional differences.


This change is Reviewable