mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +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