Skip to content

Commit 9350461

Browse files
committed
Use preferred Arduino IDE 2.x Auto Format menu path
The "Auto Format" feature has always been found under the "Tools" menu in the Arduino IDE. The Arduino IDE 2.x designers determined it was necessary to move it to the "Edit" menu instead. Although the previous Tools > Auto Format menu path is still present for now, the plan is to eventually remove it and for Edit > Auto Format to be the sole path to this feature. For this reason, the documentation should use the preferred menu path instead of the deprecated path.
1 parent 764150d commit 9350461

File tree

1 file changed

+1
-1
lines changed
  • content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter

1 file changed

+1
-1
lines changed

content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
author: 'Benjamin Dannegård, Per Tillisch'
99
---
1010

11-
Selecting **Tools > Auto Format** or pressing CTRL + T on Windows/Linux or CMD + T on MacOS when writing a sketch in the Arduino IDE 2.0 will automatically format the sketch. It is possible to change the behaviour of this command. In this tutorial we will go through how you can change the behaviour of this command.
11+
Selecting **Edit > Auto Format** or pressing CTRL + T on Windows/Linux or CMD + T on MacOS when writing a sketch in the Arduino IDE 2.0 will automatically format the sketch. It is possible to change the behaviour of this command. In this tutorial we will go through how you can change the behaviour of this command.
1212

1313
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
1414

0 commit comments

Comments
 (0)