Skip to content

Commit

Permalink
Init Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Sep 4, 2024
1 parent 7bfbce4 commit 93afa35
Show file tree
Hide file tree
Showing 14 changed files with 1,990 additions and 1,052 deletions.
16 changes: 1 addition & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules
v2
.cache
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"arrowParens": "avoid"
}
Loading

0 comments on commit 93afa35

Please sign in to comment.