Explorar o código

:bug: fix vscode lf

Jeremy Zheng hai 1 ano
pai
achega
8659a56aa6
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      .vscode/settings.json

+ 5 - 1
.vscode/settings.json

@@ -8,6 +8,9 @@
   "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": {
@@ -62,5 +65,6 @@
   "[phoenix-heex]": {
     "editor.defaultFormatter": "JakeBecker.elixir-ls"
   },
-  "java.configuration.updateBuildConfiguration": "automatic"
+  "java.configuration.updateBuildConfiguration": "automatic",
+  "ansible.python.interpreterPath": "/bin/python"
 }