mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"formatter": {
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineWidth": 80,
|
|
"lineEnding": "lf"
|
|
},
|
|
"files": {
|
|
"includes": ["**", "!!spec-built", "!!engine262", "!!graphology"]
|
|
},
|
|
"overrides": [
|
|
{
|
|
"includes": ["package.json"],
|
|
"formatter": { "enabled": false }
|
|
}
|
|
]
|
|
}
|