patch-conflict-fixer/.prettierrc.json

7 строки
115 B
JSON
Исходник Обычный вид История

2021-04-28 11:52:52 +03:00
{
"trailingComma": "all",
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"parser": "typescript"
}