防止更漂亮的换行

时间:2020-09-11 01:05:13

标签: prettier

如何防止更漂亮的语句在#region.then()语句的开头添加换行符

预期

.catch()

实际

  await Axios({
    method: "GET",
    url: test,
  }).then((response) => {
      ...
  }).catch((exception) => {
      ...
  });

0 个答案:

没有答案