Skip to content

Commit

Permalink
Merge pull request #426 from jopeek/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
jopeek authored Sep 26, 2024
2 parents 591c78d + ce42c3f commit ba5d318
Show file tree
Hide file tree
Showing 13 changed files with 1,526 additions and 1,460 deletions.
20 changes: 20 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"useTabs": false,
"bracketSpacing": true,
"endOfLine": "lf",
"arrowParens": "always",
"overrides": [
{
"files": "**/*.hbs",
"options": {
"parser": "angular"
}
}
]
}

Loading

0 comments on commit ba5d318

Please sign in to comment.