mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-15 23:27:40 +00:00
10 lines
179 B
JSON
10 lines
179 B
JSON
|
{
|
||
|
"printWidth": 80,
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "none",
|
||
|
"bracketSpacing": false,
|
||
|
"arrowParens": "avoid"
|
||
|
}
|