eduproj/web/.prettierrc
2021-08-28 03:11:51 -05:00

7 lines
121 B
Text

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