728eb71388
Signed-off-by: T-Hax <>
16 lines
230 B
Plaintext
16 lines
230 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"printWidth": 110,
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
}
|
|
]
|
|
}
|