cse110-fa22-group29/.prettierrc.json
Arthur Lu 0ca848e26b add prettier to devDependencies,
add lint-prettier and fix-prettier commands
2022-11-29 08:15:59 -08:00

6 lines
57 B
JSON

{
"printWidth": 160,
"tabWidth": 4,
"useTabs": true
}