添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
斯文的豆浆  ·  Fake class - mockito ...·  2 周前    · 
发呆的小蝌蚪  ·  AUR (en) - flutter·  2 周前    · 
儒雅的菠萝  ·  utf8 constant - ...·  1 月前    · 
淡定的鸡蛋  ·  全网详解MyBatis-Plus ...·  1 月前    · 
喝醉的青椒  ·  c# - What byte order ...·  10 月前    · 
捣蛋的硬盘  ·  Examples - Apache ECharts·  12 月前    · 
旅途中的盒饭  ·  单片机中SPI ...·  1 年前    · 

IntelliJ IDEA 2023.2 Help

Code Style. Dart

Use this page to configure formatting options for Dart files. When you change these settings, the Preview pane shows how this will affect your code.

In IntelliJ IDEA, Dart code is formatted using the dartfmt tool that has become an industry standard and is a part of the Dart SDK , see also the dart_style package documentation . The only configurable option is line length. By default, lines are 80 characters long. You can specify a custom value in the Line length field.

Learn more from Frequently Asked Questions about Dart Formatter .

Last modified: 26 June 2023