Computer/.prettierrc.json

9 lines
146 B
JSON
Raw Normal View History

2024-02-15 03:54:23 +00:00
{
"trailingComma": "es5",
"useTabs": true,
"semi": true,
"endOfLine": "lf",
"singleQuote": false,
"printWidth": 120
2024-02-15 03:54:23 +00:00
}