标签: intellij-idea format editorconfig
如何配置editorconfig,以便在格式化代码时{}的两边都有空格,例如:
{}
import {match, NavLink}
成为
import { match, NavLink }