DefinitelyTyped/.prettierrc.json

8 lines
155 B
JSON

{
"$schema": "http://json.schemastore.org/prettierrc",
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 4,
"printWidth": 120
}