1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 08:16:03 +00:00

style: Replace markdownlint with prettier

This commit is contained in:
Edmund Miller 2022-03-17 18:32:07 -05:00
parent 962d86d604
commit c42ab624c2
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D
3 changed files with 9 additions and 5 deletions

View file

@ -1,5 +0,0 @@
# Markdownlint configuration file
default: true,
line-length: false
no-duplicate-header:
siblings_only: true

7
.prettierignore Normal file
View file

@ -0,0 +1,7 @@
# gitignore
.nextflow*
work/
data/
results/
.DS_Store
*.code-workspace

2
.prettierrc.yaml Normal file
View file

@ -0,0 +1,2 @@
printWidth: 120
tabWidth: 2