-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cson
48 lines (48 loc) · 1 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
"*":
"atom-beautify":
general:
_analyticsUserId: "93be05fe-4480-4e57-946a-e4e7688145a1"
python:
max_line_length: 10000
"atom-ide-ui":
"atom-ide-diagnostics-ui":
autoVisibility: true
use: {}
"atom-package-deps":
ignored: [
"linter-ui-default"
]
core:
telemetryConsent: "limited"
themes: [
"one-dark-ui"
"atom-monokai"
]
editor:
showIndentGuide: true
"exception-reporting":
userId: "95457ce8-01d4-4e02-ae9d-da614df24407"
latex:
buildOnSave: true
openResultInBackground: false
opener: "pdf-view"
texPath: "/usr/bin/tex"
"linter-eslint":
disableWhenNoEslintConfig: false
eslintrcPath: "~/.eslintrc"
"linter-flake8":
maxLineLength: 10000
"linter-ui-default":
showPanel: true
"pdf-view":
fitToWidthOnOpen: true
welcome:
showOnStartup: false
whitespace:
ignoreWhitespaceOnCurrentLine: false
".bibtex.text":
editor:
softWrap: false
".latex.tex.text":
editor:
softWrap: true