1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

sets renderWhitespace to 'none' by default for magti

This commit is contained in:
kahole 2020-09-20 21:07:59 +02:00
parent 98bf97873d
commit e252cb4f47

View File

@ -378,7 +378,8 @@
"[magit]": {
"editor.lineNumbers": "off",
"editor.lineHeight": 15,
"editor.minimap.enabled": false
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none"
}
},
"configuration": {