1
0
Fork 0
forked from lucida/lucida
lucida/.prettierrc
2023-10-31 22:09:29 -05:00

8 lines
105 B
JSON

{
"semi": false,
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}