Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Feb 5, 2024
1 parent 714c28a commit c6daaec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text=auto eol=lf # To allow compiling code on CI.
# To allow compiling code on CI.
* text=auto eol=lf
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.codeActionsOnSave": {
"source.fixAll": true // Fix all fixable errors on save.
"source.fixAll": "explicit"
},
// Show ESLint errors in the editor. Languages should match supported files `.eslintrc.json`.
"eslint.validate": [
Expand Down

0 comments on commit c6daaec

Please sign in to comment.