mirror of
https://github.com/giraffate/clippy-action.git
synced 2024-11-22 07:59:32 +01:00
11 lines
180 B
JSON
11 lines
180 B
JSON
|
{
|
||
|
"printWidth": 80,
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "none",
|
||
|
"bracketSpacing": false,
|
||
|
"arrowParens": "avoid"
|
||
|
}
|