Skip to content

Commit

Permalink
Added prettier-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 committed Jul 6, 2024
1 parent 2809276 commit 954a5c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ repos:
- repo: https://github.com/realm/SwiftLint
rev: ""
hooks:
- id: SwiftLint
- id: swiftlint
entry: swiftlint --fix --strict
- repo: https://github.com/gitleaks/gitleaks
rev: ""
hooks:
Expand Down
4 changes: 4 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ printWidth: 80
tabWidth: 2
useTabs: false
semi: true
indent: 2
no_ensure_ascii: false
no_sort_keys: false
top_keys: []
trailingComma: "none"
bracketSpacing: true
arrowParens: "avoid"
Expand Down

0 comments on commit 954a5c1

Please sign in to comment.