Skip to content

Commit

Permalink
add formatting dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-A0 committed Jul 21, 2022
1 parent 8c51b98 commit e2bf35f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"semi": true,
"singleQuote": true,
"endOfLine": "lf",
"overrides": [
{
"files": ["javascript/*.js"],
"options": {}
},
{
"files": ["typescript/*.ts"],
"options": {}
},
{
"files": ["ruby/*.rb"],
"options": {}
},
{
"files": ["java/*.java"],
"options": {}
}
]
}
Empty file added .rufo
Empty file.

0 comments on commit e2bf35f

Please sign in to comment.