diff --git a/code/HTML/.prettierrc.json b/code/HTML/.prettierrc.json
index 87437bd..a925caa 100644
--- a/code/HTML/.prettierrc.json
+++ b/code/HTML/.prettierrc.json
@@ -1,10 +1,11 @@
{
- "printWidth": 100,
+ "printWidth": 132,
"bracketSpacing": true,
"bracketSameLine": true,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "strict",
- "endOfLine": "lf"
+ "endOfLine": "lf",
+ "overrides": [{ "files": "*.json", "options": { "printWidth": 999 } }]
}