Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into chore_add_prettier_…
Browse files Browse the repository at this point in the history
…extension_as_recommended
  • Loading branch information
qwerty541 committed Jan 8, 2025
2 parents 9ce996a + 8fd141c commit 6bcaa6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"tabWidth": 4,
"overrides": [
{
"files": "*.yml",
"options": {
"tabWidth": 2
}
}
]
}

0 comments on commit 6bcaa6c

Please # to comment.