mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
VS Code setting to not screw up markdown files.
This commit is contained in:
parent
edce1bd1bc
commit
3c7a7c802c
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -5,6 +5,10 @@
|
||||
"editor.rulers": [120],
|
||||
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"[markdown]": {
|
||||
"files.trimTrailingWhitespace": false
|
||||
},
|
||||
|
||||
"files.insertFinalNewline": true,
|
||||
|
||||
"files.exclude": {
|
||||
|
Loading…
Reference in New Issue
Block a user