mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-31 17:04:29 +00:00
27 lines
616 B
JSON
27 lines
616 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "trunk.io",
|
|
"trunk.enableWindows": true,
|
|
"files.insertFinalNewline": false,
|
|
"files.trimFinalNewlines": false,
|
|
"cmake.configureOnOpen": false,
|
|
"[cpp]": {
|
|
"editor.defaultFormatter": "trunk.io"
|
|
},
|
|
"[powershell]": {
|
|
"editor.defaultFormatter": "ms-vscode.powershell"
|
|
},
|
|
"files.associations": {
|
|
"array": "cpp",
|
|
"deque": "cpp",
|
|
"list": "cpp",
|
|
"string": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"vector": "cpp",
|
|
"string_view": "cpp",
|
|
"initializer_list": "cpp",
|
|
"*.tpp": "cpp"
|
|
}
|
|
}
|