mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
// ############ allow line comments #############
|
|
/*
|
|
=========== allow stream commemnts
|
|
*/
|
|
{
|
|
/* JSON5: */
|
|
// comments
|
|
unquoted: 'and you can quote me on that',
|
|
singleQuotes: 'I can use "double quotes" here',
|
|
lineBreaks: "Look, Mom! \
|
|
No \\n's!",
|
|
hexadecimal: 0xdecaf,
|
|
leadingDecimalPoint: 1234567, .8675309, andTrailing: 8675309.,
|
|
positiveSign: +1,
|
|
trailingComma: 'in objects', andIn: ['arrays',],
|
|
escSeq: "\uAFFE",
|
|
"backwardsCompatible": "with JSON",
|
|
|
|
"$id": "0",
|
|
"AutoRefresh": true,
|
|
"AutoRefreshRemotes": true,
|
|
"CommitTextLinks": null,
|
|
"DraftCommitMsg": "",
|
|
"IncomingSavedCount": 0,
|
|
"LastCheckedRemotes": "2011-01-01T01:01:01.1111111+1:00",
|
|
"LastUsedView": 0,
|
|
"LogBranchFilterIndex": 0,
|
|
"OutgoingSavedCount": 0,
|
|
"SidebarExpandedItems": [
|
|
"Branches",
|
|
"Remotes",
|
|
"Stashes"
|
|
],
|
|
"SidebarWidth": 0.0,
|
|
"SubtreeLinks": [],
|
|
"RemoteProjectLinks": [
|
|
{
|
|
"$id": "0",
|
|
"BaseUrl": "https://www.github.com",
|
|
"Identifier": "xxx",
|
|
"RemoteName": "xxx",
|
|
"Type": 0,
|
|
"Username": "xxx",
|
|
"CloneUrl": null,
|
|
"ProjectUrl": null,
|
|
"AccountId": "",
|
|
"AvatarUrl": null,
|
|
"DisplayName": "xxx: https://www.github.com"
|
|
},
|
|
{
|
|
"$id": "0",
|
|
"BaseUrl": "https://www.github.com",
|
|
"Identifier": "xxx",
|
|
"RemoteName": "xxx",
|
|
"Type": 0,
|
|
"Username": "xxx",
|
|
"CloneUrl": null,
|
|
"ProjectUrl": null,
|
|
"AccountId": "",
|
|
"AvatarUrl": null,
|
|
"DisplayName": "xxx: https://www.github.com"
|
|
}
|
|
]
|
|
} |