shellnutdev/.prettierrc

7 lines
89 B
Text
Raw Permalink Normal View History

2021-09-01 05:11:08 +00:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}