azure-setup-kubectl/.prettierrc.json
Tatsat Mishra c4de3cbc83
Push it to the forked repo branch.
Signed-off-by: Tatsat Mishra <tamishra@microsoft.com>
2025-06-24 18:06:47 +12:00

8 lines
139 B
JSON

{
"trailingComma": "none",
"bracketSpacing": true,
"semi": false,
"tabWidth": 3,
"singleQuote": true,
"printWidth": 80
}