~ruther/qmk_firmware

ref: 2a55368a59e8fcacff19ab9da7c857fa14fc9a11 qmk_firmware/.vscode/settings.json -rw-r--r-- 457 bytes
2a55368a — mechmerlin add in the missing #defines 6 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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
    },
    "files.associations": {
        "*.h": "c",
        "*.c": "c",
        "*.cpp": "cpp",
        "*.hpp": "cpp",
        "xstddef": "c"
    }
}