From aab3a0a840b9cc17acaa0f3936575d218bbc5876 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 2 Jan 2023 13:07:13 +0100 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 133694f8..6583b570 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,17 @@ { "editor.formatOnSave": true, - "editor.defaultFormatter": "xaver.clang-format" -} \ No newline at end of file + "editor.defaultFormatter": "xaver.clang-format", + "files.exclude": { + "toolchain/build/**": true, + "toolchain/tarballs/**": true, + }, + "search.exclude": { + "toolchain/build/**": true, + "toolchain/tarballs/**": true, + }, + "editor.tabSize": 4, + "files.trimFinalNewlines": true, + "files.insertFinalNewline": true, + "git.inputValidationLength": 72, + "git.inputValidationSubjectLength": 72 +}