Skip to content

Commit

Permalink
chore: adding eol tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Dec 7, 2023
1 parent 4d3385f commit 5e6a4e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": true
"singleQuote": true,
"endOfLine": "lf"
}

0 comments on commit 5e6a4e2

Please sign in to comment.