Skip to content

Commit

Permalink
fix line endings for prettier on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Nov 23, 2023
1 parent f78ab93 commit 4566927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf

[*.ts]
indent_size = 2
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf

0 comments on commit 4566927

Please sign in to comment.