Modify atom config

This commit is contained in:
Jake Howard 2016-02-15 15:56:34 +00:00
parent b4db53033a
commit ffeb839b24

View File

@ -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