forked from marktext/marktext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreference.json
More file actions
49 lines (42 loc) · 1.09 KB
/
Copy pathpreference.json
File metadata and controls
49 lines (42 loc) · 1.09 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
{
"autoSave": false,
"autoSaveDelay": 5000,
"titleBarStyle": "custom",
"openFilesInNewWindow": false,
"openFolderInNewWindow": false,
"hideScrollbar": false,
"aidou": true,
"fileSortBy": "created",
"startUpAction": "lastState",
"defaultDirectoryToOpen": "",
"language": "en",
"editorFontFamily": "Open Sans",
"fontSize": 16,
"lineHeight": 1.6,
"codeFontSize": 14,
"codeFontFamily": "DejaVu Sans Mono",
"editorLineWidth": "",
"autoPairBracket": true,
"autoPairMarkdownSyntax": true,
"autoPairQuote": true,
"endOfLine": "default",
"textDirection": "ltr",
"hideQuickInsertHint": false,
"imageInsertAction": "path",
"preferLooseListItem": true,
"bulletListMarker": "-",
"orderListDelimiter": ".",
"preferHeadingStyle": "atx",
"tabSize": 4,
"listIndentation": 1,
"theme": "light",
"sideBarVisibility": false,
"tabBarVisibility": false,
"sourceCodeModeEnabled": false,
"searchExclusions": [],
"searchMaxFileSize": "",
"searchIncludeHidden": false,
"searchNoIgnore": false,
"searchFollowSymlinks": true,
"watcherUsePolling": false
}