ariadne-cps / ariadne

C++ framework for rigorous computation on cyber-physical systems
http://www.ariadne-cps.org
GNU General Public License v3.0
28 stars 9 forks source link

Add .clang-format #778

Open LumpBloom7 opened 5 months ago

LumpBloom7 commented 5 months ago

A quality-of-life change to allow supported editors to format code using project conventions, without any additional configuring.

The indentation rules in the coding guidelines are included. Everything else is included so that new code mostly follows existing styles within this project.