Skip to content

Commit

Permalink
chore: change eol setting back to lf
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Jun 4, 2021
1 parent 753280f commit a86381d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* text eol=crlf
* text eol=lf
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"docs": "mkdocs build",
"font": "babel-node tools/icon-font",
"lint": "eslint ./src --ext .js || true",
"lint:fix": "eslint ./src --ext .js --fix",
"semantic-release": "semantic-release",
"start:devServer": "webpack-dev-server --mode development --config tools/webpack.config",
"prestart": "npm-run-all -p build:vendor copy:lang",
Expand Down

0 comments on commit a86381d

Please sign in to comment.