We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714c28a commit c6daaecCopy full SHA for c6daaec
.gitattributes
@@ -1 +1,2 @@
1
-* text=auto eol=lf # To allow compiling code on CI.
+# To allow compiling code on CI.
2
+* text=auto eol=lf
.vscode/settings.json
@@ -35,7 +35,7 @@
35
"editor.formatOnSave": true,
36
"editor.formatOnType": true,
37
"editor.codeActionsOnSave": {
38
- "source.fixAll": true // Fix all fixable errors on save.
+ "source.fixAll": "explicit"
39
},
40
// Show ESLint errors in the editor. Languages should match supported files `.eslintrc.json`.
41
"eslint.validate": [
0 commit comments