Browse Source

enable format on save

Futa Arai 1 năm trước cách đây
mục cha
commit
9eb90ed6fc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .vscode/settings.json

+ 2 - 0
.vscode/settings.json

@@ -18,6 +18,8 @@
     "source.fixAll.stylelint": "explicit"
   },
 
+  "editor.formatOnSave": true,
+
   "githubPullRequests.ignoredPullRequestBranches": [
     "master"
   ],