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,
|
2020-02-29 20:00:00 +00:00
|
|
|
"**/*.hex": true,
|
|
|
|
"**/*.bin": true
|
2017-07-02 18:46:35 +00:00
|
|
|
},
|
|
|
|
"files.associations": {
|
2020-04-13 01:31:40 +00:00
|
|
|
"*.h": "c",
|
|
|
|
"*.c": "c",
|
|
|
|
"*.inc": "c",
|
|
|
|
"*.cpp": "cpp",
|
|
|
|
"*.hpp": "cpp",
|
|
|
|
"xstddef": "c",
|
|
|
|
"type_traits": "c",
|
2020-09-04 11:14:34 +00:00
|
|
|
"utility": "c",
|
|
|
|
"ranges": "c"
|
2020-04-13 01:31:40 +00:00
|
|
|
},
|
|
|
|
"[markdown]": {
|
|
|
|
"editor.trimAutoWhitespace": false,
|
|
|
|
"files.trimTrailingWhitespace": false
|
2021-06-14 00:52:31 +00:00
|
|
|
},
|
2021-06-26 05:47:48 +00:00
|
|
|
"python.formatting.provider": "yapf",
|
|
|
|
"[json]": {
|
|
|
|
"editor.formatOnSave": false
|
|
|
|
}
|
2018-05-12 15:52:11 +00:00
|
|
|
}
|