标签: prettier
如何防止更漂亮的语句在#region和.then()语句的开头添加换行符
#region
.then()
.catch()
await Axios({ method: "GET", url: test, }).then((response) => { ... }).catch((exception) => { ... });