浏览代码

:fire: "files.eol": "\n"

visuddhinanda 1 年之前
父节点
当前提交
651cdaa192
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .vscode/settings.json

+ 3 - 3
.vscode/settings.json

@@ -8,9 +8,6 @@
   "editor.codeActionsOnSave": {
     "source.fixAll.eslint": "explicit"
   },
-  {
-    "files.eol": "\n"
-  },
   "editor.defaultFormatter": "esbenp.prettier-vscode",
   // https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc
   "files.watcherExclude": {
@@ -65,6 +62,9 @@
   "[phoenix-heex]": {
     "editor.defaultFormatter": "JakeBecker.elixir-ls"
   },
+  "[php]": {
+    "editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
+  },
   "java.configuration.updateBuildConfiguration": "automatic",
   "ansible.python.interpreterPath": "/bin/python"
 }