标签: javascript typescript visual-studio-code js-beautify
使用Beautify格式化的代码 - js-beautify for VS Code不允许标记的空格格式化:
**Code:** interface ITest <TValue> { **Actual:** interface ITest < TValue > { **Expected:** interface ITest <TValue> {
是否有解决此问题的方法?