eduproj/.prettierrc
2021-08-28 03:59:28 -05:00

7 lines
121 B
Text

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