12 lines
273 B
JSON
12 lines
273 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"
|
||
|
}
|
||
|
}
|