mirror of
https://github.com/actions/setup-python.git
synced 2026-07-18 06:19:58 +08:00
Update configuration files
This commit is contained in:
parent
0903b469fb
commit
dc0ab79732
2 changed files with 84 additions and 0 deletions
10
.prettierrc.json
Normal file
10
.prettierrc.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"printWidth": 80,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"bracketSpacing": false,
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue