Skip to content

Commit

Permalink
chore(vscode): 🛠️ add file associations and editor formatters for Doc…
Browse files Browse the repository at this point in the history
…kerfile and Nginx files
  • Loading branch information
navin-moorthy committed May 3, 2023
1 parent 64191da commit 810182a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"files.associations": {
"*.svg": "html",
".env.*": "dotenv",
"*.json": "jsonc"
"*.json": "jsonc",
".*ignore": "ignore"
},

// Recommended Extensions
Expand Down Expand Up @@ -82,6 +83,16 @@
}
},

// Docker
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},

// Nginx
"[nginx]": {
"editor.defaultFormatter": "raynigon.nginx-formatter"
},

// Other Installed Extensions

// Error Translator for TypeScript
Expand Down

0 comments on commit 810182a

Please sign in to comment.