SquadJS/.prettierrc

5 lines
73 B
Plaintext
Raw Normal View History

2020-05-15 12:42:39 -05:00
{
2020-06-13 09:33:44 -05:00
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
2020-05-15 12:42:39 -05:00
}