setup-nextflow/.prettierrc.json

11 lines
179 B
JSON
Raw Normal View History

2022-11-13 04:03:58 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
2022-11-14 02:29:05 +00:00
"bracketSpacing": true,
2022-11-13 04:03:58 +00:00
"arrowParens": "avoid"
}