F95API/.prettierrc

6 lines
90 B
Plaintext
Raw Normal View History

2021-03-04 11:26:32 +00:00
{
"semi": true,
"trailingComma": "none",
"singleQuote": false,
2021-03-15 14:38:19 +00:00
"printWidth": 100
2021-03-04 11:26:32 +00:00
}