2017-06-25 13:17:51 +02:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
2017-09-20 19:38:27 +02:00
|
|
|
// Unofficially, QMK uses spaces for indentation
|
|
|
|
"editor.insertSpaces": true,
|
2017-06-25 13:17:51 +02:00
|
|
|
// Configure glob patterns for excluding files and folders.
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.build": true,
|
2020-02-29 21:00:00 +01:00
|
|
|
"**/*.hex": true,
|
|
|
|
"**/*.bin": true
|
2017-07-02 20:46:35 +02:00
|
|
|
},
|
|
|
|
"files.associations": {
|
2020-04-13 03:31:40 +02:00
|
|
|
"*.h": "c",
|
|
|
|
"*.c": "c",
|
|
|
|
"*.inc": "c",
|
|
|
|
"*.cpp": "cpp",
|
|
|
|
"*.hpp": "cpp",
|
|
|
|
"xstddef": "c",
|
|
|
|
"type_traits": "c",
|
2020-09-04 13:14:34 +02:00
|
|
|
"utility": "c",
|
|
|
|
"ranges": "c"
|
2020-04-13 03:31:40 +02:00
|
|
|
},
|
|
|
|
"[markdown]": {
|
|
|
|
"editor.trimAutoWhitespace": false,
|
|
|
|
"files.trimTrailingWhitespace": false
|
2017-06-25 13:17:51 +02:00
|
|
|
}
|
2018-05-12 17:52:11 +02:00
|
|
|
}
|