Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesha Patel committed Sep 5, 2024
1 parent 8122702 commit 435dca0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root = true

[*]
# end_of_line = crlf
end_of_line = lf
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
Expand All @@ -10,4 +10,10 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
# end_of_line = lf
end_of_line = lf

[*.html]
end_of_line = lf

[*.ts]
end_of_line = lf

0 comments on commit 435dca0

Please sign in to comment.