eduproj/web/.prettierrc

8 lines
121 B
Text
Raw Normal View History

2021-08-28 03:11:51 -05:00
{
"useTabs": false,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}