编辑区域已经设置了2个空格缩进,但是回车换行还是4个空格。每次还要手动调整缩进真的很多余,有没有方法可以设置下。
比如
Text("Welcome")
换行后
Text( "Welcome")
再换行就是这样
Text( "Welcome", style: null, )
手动格式化后会修正为2个缩进空格
Preference - Editor - CodeStyle 找到你要修改的文件类型,然后 Tabs and Indents 中 把 Indent 和 Continuation Indent的值都改为 2 .你看下这个方案可行不
2.1m questions
2.1m answers
60 comments
57.0k users