From c6daaec97acdc96513fc99179e33adfb042b29b8 Mon Sep 17 00:00:00 2001 From: Jeroen van Warmerdam Date: Mon, 5 Feb 2024 23:54:43 +0100 Subject: [PATCH] Some fixes --- .gitattributes | 3 ++- .vscode/settings.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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": [