See #713. Change key from _general to general for settings
This commit is contained in:
parent
5c3d21cc70
commit
433ba8e9b5
|
@ -1,8 +1,9 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
_general:
|
general:
|
||||||
title: 'General'
|
title: 'General'
|
||||||
type: 'object'
|
type: 'object'
|
||||||
collapsed: true
|
collapsed: true
|
||||||
|
order: -1
|
||||||
description: 'General options for Atom Beautify'
|
description: 'General options for Atom Beautify'
|
||||||
properties:
|
properties:
|
||||||
analytics :
|
analytics :
|
||||||
|
|
Loading…
Reference in New Issue