Skip to content

Commit

Permalink
Merge pull request #102 from relliv/docs/prettier-config
Browse files Browse the repository at this point in the history
.prettierrc dosyasının eklenmesi
  • Loading branch information
GokturkTalha authored Oct 27, 2024
2 parents d74bf41 + f02fd56 commit 672af4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none"
}

0 comments on commit 672af4d

Please sign in to comment.