|
|
@@ -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"
|
|
|
}
|