Skip to content

Commit c6daaec

Browse files
committed
Some fixes
1 parent 714c28a commit c6daaec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
* text=auto eol=lf # To allow compiling code on CI.
1+
# To allow compiling code on CI.
2+
* text=auto eol=lf

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"editor.formatOnSave": true,
3636
"editor.formatOnType": true,
3737
"editor.codeActionsOnSave": {
38-
"source.fixAll": true // Fix all fixable errors on save.
38+
"source.fixAll": "explicit"
3939
},
4040
// Show ESLint errors in the editor. Languages should match supported files `.eslintrc.json`.
4141
"eslint.validate": [

0 commit comments

Comments
 (0)