mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Allow editor.completions to be an array or an object.
This commit is contained in:
@@ -99,9 +99,7 @@ module.exports =
|
||||
|
||||
# These can be used as globals or scoped, thus defaults.
|
||||
completions:
|
||||
type: "array"
|
||||
items:
|
||||
type: "string"
|
||||
type: ['array', 'object']
|
||||
default: []
|
||||
fontFamily:
|
||||
type: 'string'
|
||||
|
||||
Reference in New Issue
Block a user