Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor: Remove non-public image links

...

All of these formatting options are good to keep in mind while you're writing code. But if you forget to implement them, astyle will take care of it.

Image Removed Linux

Install astyle (sudo apt-get install astyle). Then enter the following from the top-level directory for the GUI:

astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h"

Image Removed Windows

An AStyle extension can be installed in the Professional editions of Visual Studio (2010 and higher).

...