2017-06-25 17:17:51 +06:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
2017-09-20 23:38:27 +06:00
|
|
|
// Unofficially, QMK uses spaces for indentation
|
|
|
|
"editor.insertSpaces": true,
|
2017-06-25 17:17:51 +06:00
|
|
|
// Configure glob patterns for excluding files and folders.
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.build": true,
|
2020-03-01 02:00:00 +06:00
|
|
|
"**/*.hex": true,
|
2022-08-28 22:59:07 +06:00
|
|
|
"**/*.bin": true,
|
|
|
|
"**/*.uf2": true
|
2017-07-03 00:46:35 +06:00
|
|
|
},
|
|
|
|
"files.associations": {
|
2020-04-13 07:31:40 +06:00
|
|
|
"*.h": "c",
|
|
|
|
"*.c": "c",
|
|
|
|
"*.inc": "c",
|
|
|
|
"*.cpp": "cpp",
|
|
|
|
"*.hpp": "cpp",
|
|
|
|
"xstddef": "c",
|
|
|
|
"type_traits": "c",
|
2020-09-04 17:14:34 +06:00
|
|
|
"utility": "c",
|
|
|
|
"ranges": "c"
|
2020-04-13 07:31:40 +06:00
|
|
|
},
|
|
|
|
"[markdown]": {
|
|
|
|
"editor.trimAutoWhitespace": false,
|
|
|
|
"files.trimTrailingWhitespace": false
|
2021-06-14 06:52:31 +06:00
|
|
|
},
|
2021-06-26 11:47:48 +06:00
|
|
|
"python.formatting.provider": "yapf",
|
|
|
|
"[json]": {
|
2023-05-14 11:32:34 +06:00
|
|
|
"editor.formatOnSave": false
|
|
|
|
},
|
|
|
|
"clangd.arguments": [
|
|
|
|
"--header-insertion=never"
|
|
|
|
]
|
2018-05-12 21:52:11 +06:00
|
|
|
}
|