Skip to content

Commit ef7ca7d

Browse files
author
guidojo
committed
Fix readme text positioning by disabling trimTrailingWhitespace for md files
1 parent 4769dd5 commit ef7ca7d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"[jsonc]": {
1919
"editor.formatOnSave": true
2020
},
21+
"[markdown]": {
22+
"files.trimTrailingWhitespace": false
23+
},
2124

2225
// Typescript
2326
"typescript.tsdk": "./node_modules/typescript/lib",

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ This package has a peerdependency on tslint. The tool allows you to not use tsli
6363

6464

6565
## Vscode integration
66-
Set the typescript compiler in vscode by clicking on the compiler version. This is only possible when you open a typescript file. This setting sometimes goes to the builtin vscode compiler, so if you don't see errors; check this first.
67-
<img src="https://github.com/guidojo/multipleTypescriptCompilers/blob/master/images/ts_switcher.png?raw=true" align="left"/>
68-
66+
Set the typescript compiler in vscode by clicking on the compiler version. This is only possible when you open a typescript file. This setting sometimes goes to the builtin vscode compiler, so if you don't see errors; check this first.
67+
<img src="https://github.com/guidojo/multipleTypescriptCompilers/blob/master/images/ts_switcher.png?raw=true"/>
68+
6969
## Tslint support
7070
Install the right plugin and follow the README: https://github.com/Microsoft/typescript-tslint-plugin
7171

0 commit comments

Comments
 (0)