setup-nextflow/.prettierrc.json

11 lines
180 B
JSON
Raw Normal View History

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