mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-08 21:58:06 -05:00
26 lines
413 B
Plaintext
26 lines
413 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"semi": true,
|
|
"printWidth": 120,
|
|
"tabWidth": 4
|
|
}
|
|
},
|
|
{
|
|
"files": "*.svg",
|
|
"options": {
|
|
"bracketSameLine": true,
|
|
"parser": "html",
|
|
"printWidth": 10000
|
|
}
|
|
}
|
|
]
|
|
}
|