【发布时间】:2021-11-24 14:36:03
【问题描述】:
如何在 IteliiJ IDEA 的 .editorconfig 文件中保留 Kotlin 检查设置,以便我可以通过 git 与团队共享它们?
确切的设置名称是:
Editor > Inspections > Kotlin > Style issues > Accessor call that can be replaced with property access syntax
我想更改它的严重性级别。
我试图跟随
和
但没有运气。
.editorconfig 条目对于该设置应该是什么样子?在哪里可以找到完整的属性键列表?
提前致谢!
【问题讨论】:
标签: intellij-idea editorconfig