-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.cson
101 lines (101 loc) · 2.15 KB
/
config.cson
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
"*":
"atom-latex":
build_after_save: false
compiler: "xelatex"
latexmk_param: "-synctex=1 -file-line-error -pdf -xelatex"
toolchain: "latexmk toolchain"
"autocomplete-plus":
confirmCompletion: "tab"
enableAutoActivation: false
"character-table":
enableCharacterMnemonics: true
core:
disabledPackages: [
"terminal-plus"
"atom-terminal"
"character-table"
"open-path"
"build"
"build-make"
"language-dot"
"linter-chktex"
"linter-spell"
]
packagesWithKeymapsDisabled: [
"markdown-preview"
]
telemetryConsent: "limited"
editor:
code_newline: "{A2}"
fontSize: 26
softTabs: false
tabType: "hard"
"exception-reporting":
userId: "7a8bdf06-4e8f-48df-a033-d870305454c9"
github:
remoteFetchProtocol: "ssh"
"linter-spell":
defaultLanguages: [
"en_US"
]
spellPath: "/usr/local/bin/hunspell"
"linter-ui-default":
panelHeight: 2775
"markdown-pdf":
format: "Letter"
"markdown-preview": {}
"markdown-preview-enhanced":
automaticallyShowPreviewOfMarkdownBeingEdited: false
latexEngine: "xelatex"
marginsType: "minimum margin"
openPreviewPaneAutomatically: false
pandocArguments: "--pdf-engine=xelatex"
pandocMarkdownFlavor: "markdown"
previewTheme: "github-dark.css"
"markdown-writer":
siteImagesDir: "images/"
"package-sync":
createOnChange: true
forceOverwrite: true
"project-plus":
newWindow: true
notifications: false
"project-viewer":
disclaimer:
v140: false
runner:
extensions:
py: "python"
"spell-check":
addKnownWords: true
knownWords: [
"textbox"
"TAs"
"RAs"
"anno"
"Gradescope"
"Mathworks"
"Geodata"
"bn"
"mn"
"bc"
"incl"
"incr"
"Tecolote"
"reputational"
"recs"
"EVs"
]
useLocales: false
"tool-bar":
visible: false
"tree-view": {}
welcome:
showOnStartup: false
whitespace:
ensureSingleTrailingNewline: false
wordcount:
noextension: true
".null-grammar.plain.text":
whitespace:
removeTrailingWhitespace: false