Skip to content

Commit 810182a

Browse files
committed
chore(vscode): 🛠️ add file associations and editor formatters for Dockerfile and Nginx files
1 parent 64191da commit 810182a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎.vscode/settings.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"files.associations": {
66
"*.svg": "html",
77
".env.*": "dotenv",
8-
"*.json": "jsonc"
8+
"*.json": "jsonc",
9+
".*ignore": "ignore"
910
},
1011

1112
// Recommended Extensions
@@ -82,6 +83,16 @@
8283
}
8384
},
8485

86+
// Docker
87+
"[dockerfile]": {
88+
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
89+
},
90+
91+
// Nginx
92+
"[nginx]": {
93+
"editor.defaultFormatter": "raynigon.nginx-formatter"
94+
},
95+
8596
// Other Installed Extensions
8697

8798
// Error Translator for TypeScript

0 commit comments

Comments
 (0)