Skip to content

Commit

Permalink
Make file prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Jan 18, 2024
1 parent b786961 commit f85937e
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,22 @@
"editor.formatOnSave": true,
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true,
"files.associations": { "*.yaml": "home-assistant" },
"files.associations": {
"*.yaml": "home-assistant"
},
"editor.defaultFormatter": null,
"[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[yaml]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
}
},
Expand Down

0 comments on commit f85937e

Please sign in to comment.