From e5f72c916c6dd356826b204edc74b36563a24cf5 Mon Sep 17 00:00:00 2001 From: anuran Date: Sat, 9 Oct 2021 20:24:57 +0530 Subject: [PATCH] Restored original settings --- .gitignore | 2 +- .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 12318c6cd..5275088d0 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,4 @@ a.out *.out *.app -build/ \ No newline at end of file +build/ diff --git a/.vscode/settings.json b/.vscode/settings.json index 245be1a04..074c4ab03 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,4 +3,4 @@ "editor.formatOnSave": true, "editor.formatOnType": true, "editor.formatOnPaste": true -} \ No newline at end of file +}