2020 February 29 Breaking Changes Update (#8064)
[jackhill/qmk/firmware.git] / .vscode / settings.json
CommitLineData
448b9168
FS
1// Place your settings in this file to overwrite default and user settings.
2{
064f6821
JC
3 // Unofficially, QMK uses spaces for indentation
4 "editor.insertSpaces": true,
448b9168
FS
5 // Configure glob patterns for excluding files and folders.
6 "files.exclude": {
7 "**/.build": true,
26eef35f
JY
8 "**/*.hex": true,
9 "**/*.bin": true
67f722c9
FS
10 },
11 "files.associations": {
f069e9fc
DJ
12 "*.h": "c",
13 "*.c": "c",
14 "*.cpp": "cpp",
15 "*.hpp": "cpp",
16 "xstddef": "c",
17 "type_traits": "c",
18 "utility": "c"
448b9168 19 }
05be1de1 20}