mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
8 lines
155 B
JSON
8 lines
155 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"tabWidth": 4,
|
|
"printWidth": 120
|
|
}
|