mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-13 16:08:04 -05:00
29 lines
552 B
Plaintext
29 lines
552 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"bracketSpacing": true,
|
|
"overrides": [
|
|
{
|
|
"files": "src/**/*.sol",
|
|
"options": {
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"bracketSpacing": false
|
|
}
|
|
},
|
|
{
|
|
"files": "scripts/**/*.sol",
|
|
"options": {
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"bracketSpacing": false
|
|
}
|
|
}
|
|
]
|
|
}
|