1
0
Fork 0
typescript/.prettierrc.json

8 lines
105 B
JSON

{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"useTabs": true,
"trailingComma": "none"
}