diff --git a/.gitattributes b/.gitattributes index 553b140..dbbaa91 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* text=auto eol=lf # To allow compiling code on CI. +# To allow compiling code on CI. +* text=auto eol=lf diff --git a/.vscode/settings.json b/.vscode/settings.json index f7af2f4..4955703 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": [