mirror of
https://github.com/gradle/actions.git
synced 2026-01-13 17:26:03 +08:00
Combine all sources into a sub-directory
This commit is contained in:
11
sources/.prettierrc.json
Normal file
11
sources/.prettierrc.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 4,
|
||||
"useTabs": false,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"bracketSpacing": false,
|
||||
"arrowParens": "avoid",
|
||||
"parser": "typescript"
|
||||
}
|
||||
Reference in New Issue
Block a user