mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
14 lines
186 B
JSON
14 lines
186 B
JSON
|
{
|
||
|
"singleQuote": true,
|
||
|
"tabWidth": 2,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.md"],
|
||
|
"options": {
|
||
|
"proseWrap": "always",
|
||
|
"printWidth": 100
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|