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 = {
|
||||
_general:
|
||||
general:
|
||||
title: 'General'
|
||||
type: 'object'
|
||||
collapsed: true
|
||||
order: -1
|
||||
description: 'General options for Atom Beautify'
|
||||
properties:
|
||||
analytics :
|
||||
|
|
Loading…
Reference in New Issue