Files
setup-helm/.prettierrc.json

9 lines
140 B
JSON
Raw Normal View History

2022-07-11 13:48:02 -04:00
{
"trailingComma": "none",
"bracketSpacing": false,
"semi": false,
"tabWidth": 3,
"singleQuote": true,
"printWidth": 80
}