mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add editor.fontFamily config default
This causes it to display in the settings view.
This commit is contained in:
@@ -26,6 +26,7 @@ module.exports =
|
||||
class EditorView extends View
|
||||
@characterWidthCache: {}
|
||||
@configDefaults:
|
||||
fontFamily: ''
|
||||
fontSize: 20
|
||||
showInvisibles: false
|
||||
showIndentGuide: false
|
||||
|
||||
Reference in New Issue
Block a user