Modify atom config
This commit is contained in:
parent
b4db53033a
commit
ffeb839b24
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
"monokai"
|
"monokai"
|
||||||
]
|
]
|
||||||
editor:
|
editor:
|
||||||
fontSize: 15
|
fontSize: 13
|
||||||
invisibles:
|
invisibles:
|
||||||
tab: "-"
|
tab: "-"
|
||||||
scrollPastEnd: true
|
scrollPastEnd: true
|
||||||
|
@ -46,6 +46,8 @@
|
||||||
minimap:
|
minimap:
|
||||||
plugins:
|
plugins:
|
||||||
"highlight-selected": true
|
"highlight-selected": true
|
||||||
|
pigments:
|
||||||
|
markerType: "outline"
|
||||||
"tree-view": {}
|
"tree-view": {}
|
||||||
welcome:
|
welcome:
|
||||||
showOnStartup: false
|
showOnStartup: false
|
||||||
|
|
Loading…
Reference in a new issue