mirror of
https://github.com/actions/setup-java.git
synced 2025-04-22 02:46:46 +00:00
feat(cache): change key to match actions/cache documentation
Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
This commit is contained in:
parent
3bc31aaf88
commit
0f6dbb0a05
7 changed files with 39 additions and 25 deletions
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"arrowParens": "avoid",
|
||||
"bracketSpacing": true,
|
||||
"endOfLine": "auto",
|
||||
"parser": "typescript",
|
||||
"printWidth": 100,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "none",
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "avoid",
|
||||
"parser": "typescript"
|
||||
"useTabs": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue