From b60b75766a611e38b76b333e082e32f39202fd0f Mon Sep 17 00:00:00 2001 From: Sebastian YEPES Date: Fri, 22 Oct 2021 14:13:36 +0200 Subject: [PATCH] Sync Qwerty --- .vscode/settings.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 5fedaf477bbf..000000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,30 +0,0 @@ -// Place your settings in this file to overwrite default and user settings. -{ - // Unofficially, QMK uses spaces for indentation - "editor.insertSpaces": true, - // Configure glob patterns for excluding files and folders. - "files.exclude": { - "**/.build": true, - "**/*.hex": true, - "**/*.bin": true - }, - "files.associations": { - "*.h": "c", - "*.c": "c", - "*.inc": "c", - "*.cpp": "cpp", - "*.hpp": "cpp", - "xstddef": "c", - "type_traits": "c", - "utility": "c", - "ranges": "c" - }, - "[markdown]": { - "editor.trimAutoWhitespace": false, - "files.trimTrailingWhitespace": false - }, - "python.formatting.provider": "yapf", - "[json]": { - "editor.formatOnSave": false - } -}