From 80a04eaf89675d662911631fb592b3dafda65890 Mon Sep 17 00:00:00 2001 From: Zacharias Knudsen Date: Fri, 3 Jan 2025 10:07:56 +0100 Subject: [PATCH] Add vscode indentation settings --- .gitignore | 3 ++- .vscode/settings.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 61024449..fc962012 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ h3/test/results *.BAK # IDEs -.vscode +.vscode/* +!.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..e3f3c6c1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "editor.tabSize": 4 +} \ No newline at end of file