Merge branch 'master' into tft-gui-work

This commit is contained in:
Manuel 2024-06-28 01:57:28 +02:00 committed by GitHub
commit e8f293f75f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,5 +4,8 @@
"trunk.enableWindows": true,
"files.insertFinalNewline": false,
"files.trimFinalNewlines": false,
"cmake.configureOnOpen": false
"cmake.configureOnOpen": false,
"[cpp]": {
"editor.defaultFormatter": "trunk.io"
}
}