Froobtris/.prettierrc.json

8 lines
123 B
JSON
Raw Normal View History

2023-07-28 05:38:12 +00:00
{
"trailingComma": "es5",
"useTabs": true,
"semi": true,
"endOfLine": "lf",
"singleQuote": false
}