1
0
Fork 0
typescript/.prettierrc.json

8 lines
105 B
JSON
Raw Permalink Normal View History

2023-10-02 18:50:13 +00:00
{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"useTabs": true,
"trailingComma": "none"
}