Skip to content

Commit

Permalink
config: force unix style line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Jun 26, 2023
1 parent 8d7b444 commit e138aef
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.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
printWidth: 80,
useTabs: false,
tabWidth: 2,
bracketSpacing: true
bracketSpacing: true,
endOfLine: "lf"
};

0 comments on commit e138aef

Please sign in to comment.