-
Notifications
You must be signed in to change notification settings - Fork 0
/
nuclide-config.cson
65 lines (65 loc) · 1.31 KB
/
nuclide-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
"*":
"atom-package-deps":
ignored: [
"prettier-atom"
]
core:
closeDeletedFileTabs: true
customFileTypes:
"source.ini": [
".buckconfig"
".hgrc"
".flowconfig"
]
"source.json": [
"BUCK.autodeps"
]
"source.python": [
"BUCK"
]
disabledPackages: [
"tree-view"
]
openEmptyEditorOnStart: false
telemetryConsent: "limited"
themes: [
"one-dark-ui"
"gloom"
]
"css-comb":
customConfig: "~/.csscomb.json"
shouldUpdateOnSave: true
showNotifications: false
editor:
fontSize: 20
showIndentGuide: true
softWrap: true
"exception-reporting":
userId: "7d627548-52b6-4f41-ba20-3af3edf9750f"
"ide-flowtype":
tryFlowBin: true
nuclide:
"atom-ide-code-format":
formatOnSave: true
installRecommendedPackages: true
"nuclide-file-tree":
showOpenFiles: false
showUncommittedChanges: false
"nuclide-flow":
canUseFlowBin: true
"nuclide-home":
showHome: false
"prettier-atom":
formatOnSaveOptions:
enabled: true
excludedGlobs: [
"*.md"
]
showInStatusBar: true
prettierOptions:
singleQuote: true
useEslint: true
"tool-bar":
position: "Left"
welcome:
showOnStartup: false