Files
sendstr-web/.prettierrc
2022-06-22 19:10:05 -05:00

7 lines
123 B
Plaintext

{
"printWidth": 100,
"singleQuote": false,
"semi": false,
"trailingComma": "all",
"endOfLine": "lf"
}