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