mirror of
https://github.com/SrIzan10/js.org.git
synced 2026-05-01 10:45:28 +00:00
17 lines
261 B
JSON
17 lines
261 B
JSON
{
|
|
"printWidth": 1000,
|
|
"quoteProps": "preserve",
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"overrides": [
|
|
{
|
|
"files": "records_restricted.js",
|
|
"options": {
|
|
"tabWidth": 4
|
|
}
|
|
}
|
|
]
|
|
}
|