Skip to content

Commit

Permalink
removed lf configuration also
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesha Patel committed Sep 5, 2024
1 parent aad3a8a commit f6caa75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
# end_of_line = lf
1 change: 0 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"options": {
"singleQuote": false,
"useTabs": false,
"endOfLine": "lf",
"tabWidth": 2
}
},
Expand Down

0 comments on commit f6caa75

Please sign in to comment.