mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-29 02:51:17 +00:00
Stop Fiddling with Newlines! (#3341)
This commit is contained in:
parent
f5ff77c2b9
commit
9d37a8d17f
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.defaultFormatter": "trunk.io",
|
"editor.defaultFormatter": "trunk.io",
|
||||||
"trunk.enableWindows": true
|
"trunk.enableWindows": true,
|
||||||
|
"files.insertFinalNewline": false,
|
||||||
|
"files.trimFinalNewlines": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user