booplaysgba/.prettierrc

7 lines
94 B
Plaintext
Raw Normal View History

{
"useTabs": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}