mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Replaces default editor font
Only affects OS X
This commit is contained in:
@@ -103,12 +103,12 @@ module.exports =
|
||||
default: ''
|
||||
fontSize:
|
||||
type: 'integer'
|
||||
default: 16
|
||||
default: 14
|
||||
minimum: 1
|
||||
maximum: 100
|
||||
lineHeight:
|
||||
type: ['string', 'number']
|
||||
default: 1.3
|
||||
default: 1.4
|
||||
showInvisibles:
|
||||
type: 'boolean'
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user