8f085566cc
Signed-off-by: T-Hax <>
17 lines
257 B
Plaintext
17 lines
257 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"printWidth": 110,
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"singleQuote": false,
|
|
"printWidth": 130
|
|
}
|
|
}
|
|
]
|
|
}
|