瀏覽代碼

fix: prettier.config.js formatting

simon 9 月之前
父節點
當前提交
fddb21d065
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      prettier.config.js

+ 7 - 7
prettier.config.js

@@ -1,8 +1,8 @@
 export default {
-   singleQuote: false, // 使⽤单引号
-   semi: true, // 句末分号
-   tabWidth: 2, // 缩进⻓度
-   trailingComma: "none", // 末尾逗号
-   useTabs: false, // 使用空格缩进
-   endOfLine: "auto", // 换⾏符
-};
+  singleQuote: false, // 使⽤单引号
+  semi: true, // 句末分号
+  tabWidth: 2, // 缩进⻓度
+  trailingComma: "none", // 末尾逗号
+  useTabs: false, // 使用空格缩进
+  endOfLine: "auto" // 换⾏符
+};