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,
|
2020-02-29 12:00:00 -08:00
|
|
|
"**/*.hex": true,
|
2022-08-29 00:59:07 +08:00
|
|
|
"**/*.bin": true,
|
|
|
|
"**/*.uf2": true
|
2017-07-02 21:46:35 +03:00
|
|
|
},
|
|
|
|
"files.associations": {
|
2020-04-13 11:31:40 +10:00
|
|
|
"*.h": "c",
|
|
|
|
"*.c": "c",
|
|
|
|
"*.inc": "c",
|
|
|
|
"*.cpp": "cpp",
|
|
|
|
"*.hpp": "cpp",
|
|
|
|
"xstddef": "c",
|
|
|
|
"type_traits": "c",
|
2020-09-04 20:14:34 +09:00
|
|
|
"utility": "c",
|
|
|
|
"ranges": "c"
|
2020-04-13 11:31:40 +10:00
|
|
|
},
|
|
|
|
"[markdown]": {
|
|
|
|
"editor.trimAutoWhitespace": false,
|
|
|
|
"files.trimTrailingWhitespace": false
|
2021-06-13 17:52:31 -07:00
|
|
|
},
|
2021-06-25 22:47:48 -07:00
|
|
|
"python.formatting.provider": "yapf",
|
|
|
|
"[json]": {
|
2023-05-14 15:32:34 +10:00
|
|
|
"editor.formatOnSave": false
|
|
|
|
},
|
|
|
|
"clangd.arguments": [
|
|
|
|
"--header-insertion=never"
|
|
|
|
]
|
2018-05-12 08:52:11 -07:00
|
|
|
}
|