Skip to content

Commit

Permalink
add prettier config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Marie Noronha committed Apr 18, 2024
1 parent 0b3ecd7 commit 85fa61f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
includes/Maven_Pro/

# gitignore
.nextflow*
work/
results/
test_output/
output/
.DS_Store
*.code-workspace
tests/data/
.screenrc
.*.sw?
__pycache__
*.pyo
*.pyc
.github/renovate.json5
1 change: 1 addition & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
printWidth: 120

0 comments on commit 85fa61f

Please sign in to comment.