You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ tags:
8
8
author: 'Benjamin Dannegård, Per Tillisch'
9
9
---
10
10
11
-
Pressing CTRL + T on Windows 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 article we will go through how you can change the behaviour of this command.
11
+
Pressing CTRL + T on Windows 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.
12
12
13
13
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
14
14
@@ -212,7 +212,7 @@ WhitespaceSensitiveMacros: []
212
212
213
213
## Conclusion
214
214
215
-
In this tutorial we went through how to customize the behavior of the `CTRL + T / CMD + T` auto formatter command in the Arduino IDE 2.0. This article also shows the different scopes that are available for the auto formatter configuration.
215
+
In this tutorial we went through how to customize the behavior of the `CTRL + T / CMD + T` auto formatter command in the Arduino IDE 2.0. This tutorial also shows the different scopes that are available for the auto formatter configuration.
0 commit comments