mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

Settings file format #142

Closed bashfulrobot closed 4 years ago

bashfulrobot commented 4 years ago

Hi there,

I'm just setting up the sublime extension and came across the instruction:

"Put the token in the config file (access_token property)"

Then running the command to open the setting file - it is blank. So I am not sure which format this file needs to be declared in. IE - JSON, YAML, etc.

Can you please confirm?

bashfulrobot commented 4 years ago

I just kept saving the file until no more parsing errors were showing up.

{
    "access_token": "xxxxxxxxxxxxxxxxxxxxxxxxx",
    "gist_id": "xxxxxxxxxxxxxxxxxxxxxxxxx"
}

Looks like I should be good to go.