F95API/.prettierrc

6 lines
89 B
Plaintext
Raw Normal View History

2021-03-04 11:26:32 +00:00
{
"semi": true,
"trailingComma": "none",
"singleQuote": false,
2021-03-05 10:20:04 +00:00
"printWidth": 90
2021-03-04 11:26:32 +00:00
}