azure-setup-helm/.prettierrc.json
2022-06-23 15:55:02 -07:00

8 lines
140 B
JSON

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