Browse Source

delete file

pull/22696/head
gkeyboard 4 months ago
parent
commit
388e6f03e4
2 changed files with 0 additions and 45 deletions
  1. +0
    -10
      .vscode/extensions.json
  2. +0
    -35
      .vscode/settings.json

+ 0
- 10
.vscode/extensions.json View File

@ -1,10 +0,0 @@
// Suggested extensions
{
"recommendations": [
"EditorConfig.EditorConfig",
"xaver.clang-format",
"llvm-vs-code-extensions.vscode-clangd",
"bierner.github-markdown-preview",
"donjayamanne.git-extension-pack"
]
}

+ 0
- 35
.vscode/settings.json View File

@ -1,35 +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,
"**/*.uf2": 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
},
"clangd.arguments": [
"--header-insertion=never"
],
"cmake.sourceDirectory": "C:/qmk_firmware/lib/googletest"
}

Loading…
Cancel
Save