boredgame/.prettierrc

7 lines
94 B
Text
Raw Normal View History

2022-01-28 05:27:12 +00:00
{
"useTabs": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}