eduproj/.prettierrc

8 lines
121 B
Plaintext
Raw Normal View History

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