-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Expand file tree
/
Copy pathpreference.json
More file actions
70 lines (62 loc) · 1.69 KB
/
preference.json
File metadata and controls
70 lines (62 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"autoSave": false,
"autoSaveDelay": 5000,
"titleBarStyle": "custom",
"openFilesInNewWindow": false,
"openFolderInNewWindow": false,
"zoom": 1.0,
"hideScrollbar": false,
"wordWrapInToc": false,
"fileSortBy": "created",
"startUpAction": "lastState",
"defaultDirectoryToOpen": "",
"language": "en",
"editorFontFamily": "Open Sans",
"fontSize": 16,
"lineHeight": 1.6,
"codeFontSize": 14,
"codeFontFamily": "DejaVu Sans Mono",
"codeBlockLineNumbers": true,
"trimUnnecessaryCodeBlockEmptyLines": true,
"editorLineWidth": "",
"autoPairBracket": true,
"autoPairMarkdownSyntax": true,
"autoPairQuote": true,
"endOfLine": "default",
"defaultEncoding": "utf8",
"autoGuessEncoding": true,
"trimTrailingNewline": 2,
"textDirection": "ltr",
"hideQuickInsertHint": false,
"imageInsertAction": "path",
"imagePreferRelativeDirectory": false,
"imageRelativeDirectoryName": "assets",
"hideLinkPopup": false,
"autoCheck": false,
"preferLooseListItem": true,
"bulletListMarker": "-",
"orderListDelimiter": ".",
"preferHeadingStyle": "atx",
"tabSize": 4,
"listIndentation": 1,
"frontmatterType": "-",
"superSubScript": false,
"footnote": false,
"isHtmlEnabled": true,
"isGitlabCompatibilityEnabled": false,
"sequenceTheme": "hand",
"theme": "light",
"autoSwitchTheme": 2,
"spellcheckerEnabled": false,
"spellcheckerNoUnderline": false,
"spellcheckerLanguage": "en-US",
"sideBarVisibility": false,
"tabBarVisibility": false,
"sourceCodeModeEnabled": false,
"searchExclusions": [],
"searchMaxFileSize": "",
"searchIncludeHidden": false,
"searchNoIgnore": false,
"searchFollowSymlinks": true,
"watcherUsePolling": false
}