Skip to content

Commit 3b315c9

Browse files
Changed file format
1 parent b43294a commit 3b315c9

File tree

2 files changed

+1
-1
lines changed

2 files 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
@@ -55,7 +55,7 @@ Or
5555
```
5656

5757
### Sketch scope
58-
If you add a `.clang-format` configuration file to the root of a sketch, the Arduino IDE will use that configuration when formatting that sketch. This file has precedence over a global formatter configuration file.
58+
If you add a `.clang-format` or `_clang-format` configuration file to the root of a sketch, the Arduino IDE will use that configuration when formatting that sketch. This file has precedence over a global formatter configuration file.
5959

6060
![.clang-format file at the root of a sketch](assets/format-file-at-root.png)
6161

0 commit comments

Comments
 (0)