Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 521 Bytes

autoformatting.md

File metadata and controls

21 lines (15 loc) · 521 Bytes
description
Autoformating C/C++ code can be done with clang-format. The appropriate files to use this are below:

Autoformatting

{% file src="../../.gitbook/assets/clang-format.bin" %} clang-format Download {% endfile %}

{% file src="../../.gitbook/assets/format.sh" %} format.sh Download {% endfile %}

Set up clang-format on your path with your terminal of choice (as found online), then run "format.sh".

Teams Contributed to this Article:

  • BLRS (Purdue SIGBots)