Auto-format code in Arduino IDE


Formatting the code is quite important to make it readable. It is recommended that you properly format the code regularly, and especially before sharing it with someone else.

Follow these steps to auto-format code in Arduino IDE −

  • Go to Tools
  • Click on Auto Format

Alternatively, you can press Ctrl+T on your keyboard. This will format the code and add the correct indentations wherever required.

Before Auto-Format

After Auto-Format

Updated on: 23-Mar-2021

3K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements