patch-conflict-fixer/.prettierrc.json

7 строки
115 B
JSON

{
"trailingComma": "all",
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"parser": "typescript"
}