Skip to content

Commit 4cc8d93

Browse files
Update content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 503650f commit 4cc8d93

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ You can also follow the [downloading and installing the Arduino IDE 2.0](/en/Tut
2222

2323
It is possible to define your own custom configuration of the auto formatter feature in two different ways. The custom configuration of the auto formatter can be set on a global level to cover all sketches opened in the editor, or you can set the configuration to be specific to a sketch.
2424

25+
The formatter tool used by Arduino IDE 2.0 is ClangFormat. The documentation for the configuration options is [here](https://clang.llvm.org/docs/ClangFormatStyleOptions.html).
26+
2527
### Global scope
2628
If you add a `.clang-format` configuration file to either of the following locations, the Arduino IDE 2.0 will always use it instead of the Arduino default configuration.
2729

0 commit comments

Comments
 (0)