Skip to content

Commit

Permalink
modified .editorconfig and .prettierignore files to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tives82 committed Nov 29, 2023
1 parent 12bd4a0 commit b7df655
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ indent_style = space
[*.{md,yml,yaml,html,css,scss,js,cff}]
indent_size = 2

# Perl specific settings
[*.pl]
indent_size = 4
indent_style = space

# These files are edited and tested upstream in nf-core/modules
[/modules/nf-core/**]
charset = unset
Expand All @@ -22,3 +27,11 @@ indent_size = unset

[/assets/email*]
indent_size = unset

# Exclude Synology specific directories
[{**/@eaDir/**}]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset
3 changes: 3 additions & 0 deletions .prettierignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ adaptivecard.json
slackreport.json
.nextflow*
work/
docs/
data/
results/
.DS_Store
testing/
testing*
*.pyc
bin/
CITATIONS.md
README.md
Binary file modified @eaDir/.editorconfig@SynoEAStream
Binary file not shown.
Binary file added @eaDir/.prettierignore@SynoEAStream
Binary file not shown.
Binary file added @eaDir/.prettierrc.yml@SynoEAStream
Binary file not shown.

0 comments on commit b7df655

Please sign in to comment.