summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2024-01-15 18:48:55 -0500
committervin <git@vineetk.net>2024-01-15 18:48:55 -0500
commit8c8e1ad4d3f6a197cc7a0550940e0c71d84c050e (patch)
tree9490341e61543f88a23ca04af668abb3acfe2574 /.vscode/settings.json
parent105f3f893c6cd636e895c1da2d5efbe525a49b42 (diff)
remove unused dotfiles in root
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index f369ecb174..0000000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,34 +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"
- ]
-}