Skip to content

Commit 503650f

Browse files
Small fix
1 parent c5b68b1 commit 503650f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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.
1212

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

@@ -212,7 +212,7 @@ WhitespaceSensitiveMacros: []
212212
213213
## Conclusion
214214
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.
216216
217217
### More Tutorials
218218

0 commit comments

Comments
 (0)