Skip to content

Commit

Permalink
🧹 chore: configure EOL & update .gitignore and .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayanTheNerd committed Jul 30, 2024
1 parent e3b9250 commit cbb6348
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*]
end_of_line = lf
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto eol=lf

tests/** linguist-vendored
eslint.config.js linguist-vendored
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ dist/
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# environment variables
Expand Down

0 comments on commit cbb6348

Please sign in to comment.