From 064f682103dff1bd7b1dfea4d44ca34827d061a1 Mon Sep 17 00:00:00 2001 From: Jeremy Cowgar Date: Wed, 20 Sep 2017 13:38:27 -0400 Subject: Instruct VSCode to indent using spaces, also ignore two temp files created by VSCode. --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json index be0b85b78f..afe8341d0e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ // 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, -- cgit v1.2.3