mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +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],
|
"editor.rulers": [120],
|
||||||
|
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
|
"[markdown]": {
|
||||||
|
"files.trimTrailingWhitespace": false
|
||||||
|
},
|
||||||
|
|
||||||
"files.insertFinalNewline": true,
|
"files.insertFinalNewline": true,
|
||||||
|
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
|
Loading…
Reference in New Issue
Block a user