coursetags/.prettierrc

7 lines
89 B
Text
Raw Permalink Normal View History

2021-08-25 21:00:00 +12:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}