Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nana4rider committed Jan 24, 2025
1 parent ae55c5c commit 6af06ad
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.format.enable": true,
"eslint.validate": ["javascript", "typescript"],
"editor.codeActionsOnSave": {
Expand All @@ -9,10 +9,24 @@
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifierEnding": "minimal",
"files.eol": "\n",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[nginx]": {
"editor.defaultFormatter": "raynigon.nginx-formatter"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
}
}

0 comments on commit 6af06ad

Please sign in to comment.