mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-12-04 06:19:55 +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": true,
|
|
"arrowParens": "avoid"
|
|
}
|