williamsjack_pairwise-glick.../.prettierrc.json
2026-01-30 23:33:51 +11:00

8 lines
129 B
JSON

{
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 100,
"endOfLine": "auto"
}