docs-yaml/.prettierrc.json

9 строки
136 B
JSON

{
"useTabs": true,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "auto"
}