This repository has been archived on 2026-06-01. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
lamassu-server/.prettierrc
2025-12-31 19:04:13 +01:00

8 lines
No EOL
138 B
Text

{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"bracketSameLine": true
}