build-cran-binaries/.prettierrc.json
2024-05-29 19:53:38 +02:00

8 lines
127 B
JSON

{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"endOfLine": "lf"
}