🔧 Added white space and carriage return vis
This commit is contained in:
parent
5072cab611
commit
53a6f78879
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"editor.fontSize": 16.75,
|
"editor.fontSize": 16.75,
|
||||||
"editor.cursorBlinking": "solid",
|
"editor.cursorBlinking": "solid",
|
||||||
|
"editor.renderWhitespace": "all",
|
||||||
|
"code-eol.newlineCharacter": "↵",
|
||||||
|
"code-eol.returnCharacter": "↵",
|
||||||
|
"code-eol.crlfCharacter": "↵",
|
||||||
"editor.cursorSmoothCaretAnimation": "on",
|
"editor.cursorSmoothCaretAnimation": "on",
|
||||||
"editor.cursorSurroundingLines": 21,
|
"editor.cursorSurroundingLines": 21,
|
||||||
"editor.cursorStyle": "block",
|
"editor.cursorStyle": "block",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue