mirror of
https://github.com/luxfi/uma.git
synced 2026-07-26 21:09:10 +00:00
24 lines
381 B
Plaintext
24 lines
381 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"bracketSpacing": true,
|
|
"explicitTypes": "preserve",
|
|
"tabWidth": 2,
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"explicitTypes": "always"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"semi": false
|
|
}
|
|
}
|
|
]
|
|
}
|