2017-06-25 11:17:51 +00:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
2017-09-20 17:38:27 +00:00
|
|
|
// Unofficially, QMK uses spaces for indentation
|
|
|
|
"editor.insertSpaces": true,
|
2017-06-25 11:17:51 +00:00
|
|
|
// Configure glob patterns for excluding files and folders.
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.build": true,
|
|
|
|
"**/*.hex": true
|
2017-07-02 18:46:35 +00:00
|
|
|
},
|
|
|
|
"files.associations": {
|
|
|
|
"*.h": "c",
|
|
|
|
"*.c": "c",
|
|
|
|
"*.cpp": "cpp",
|
|
|
|
"*.hpp": "cpp"
|
2017-06-25 11:17:51 +00:00
|
|
|
}
|
|
|
|
}
|