2017-06-25 19:17:51 +08:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
2017-09-21 01:38:27 +08:00
|
|
|
// Unofficially, QMK uses spaces for indentation
|
|
|
|
"editor.insertSpaces": true,
|
2017-06-25 19:17:51 +08:00
|
|
|
// Configure glob patterns for excluding files and folders.
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.build": true,
|
|
|
|
"**/*.hex": true
|
2017-07-03 02:46:35 +08:00
|
|
|
},
|
|
|
|
"files.associations": {
|
2019-09-22 02:22:27 +08:00
|
|
|
"*.h": "c",
|
|
|
|
"*.c": "c",
|
|
|
|
"*.cpp": "cpp",
|
|
|
|
"*.hpp": "cpp",
|
|
|
|
"xstddef": "c",
|
|
|
|
"type_traits": "c",
|
|
|
|
"utility": "c"
|
2017-06-25 19:17:51 +08:00
|
|
|
}
|
2018-05-12 23:52:11 +08:00
|
|
|
}
|