-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.cson
40 lines (40 loc) · 1.02 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
"*":
"exception-reporting":
userId: "53c5f869-8a29-d7f5-ef48-bc598612bb8d"
welcome:
showOnStartup: false
editor:
invisibles: {}
fontFamily: " Inconsolata-g, Menlo, Consolas, 'DejaVu Sans Mono', monospace"
tabs:
usePreviewTabs: false
core: {}
"linter-eslint":
disableWhenNoEslintrcFileInPath: true
lintOnEdit: false
react: {}
"language-babel":
babelStage: 1
disableWhenNoBabelrcFileInPath: true
suppressTranspileOnSaveMessages: true
transpileOnSave: false
"clip-history": {}
"file-icons":
tabPaneIcon: false
"find-and-replace":
openProjectFindResultsInRightPane: true
"painless-panes": {}
"fuzzy-finder":
searchAllPanes: true
useAlternateScoring: true
"autocomplete-plus":
useAlternateScoring: true
"autocomplete-elixir":
elixirPath: "/usr/local/bin/elixir"
erlangHome: "/usr/local/Cellar/erlang/18.1/bin"
"linter-elixirc":
elixircPath: "/usr/local/bin/elixirc"
mixPath: "/usr/local/bin/mix"
".cs.source":
editor:
tabLength: 4