-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cson
94 lines (94 loc) · 2.03 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
"*":
"atom-beautify":
general:
_analyticsUserId: "d4736ea2-6d5d-4e45-b8fc-f2e72cbc851c"
js: {}
"atom-jshint": {}
"autoclose-html": {}
"browser-refresh-on-save":
scripts: {}
core:
packagesWithKeymapsDisabled: [
"refactor"
"tree-view"
"atom-quoter"
"hide-files"
"genesis-ui"
"git-projects"
]
telemetryConsent: "no"
themes: [
"seti-ui"
"one-dark-syntax"
]
editor:
fontSize: 16
invisibles: {}
preferredLineLength: 140
softWrap: true
softWrapAtPreferredLineLength: true
tabLength: 4
"exception-reporting":
userId: "a3a46bc9-7363-c431-d2cc-91a1d32cecf8"
"find-and-replace":
focusEditorAfterSearch: true
"fuzzy-finder": {}
"genesis-ui":
distractionFree:
hideBottom: false
hideTabs: false
"git-blame":
columnWidth: 472
"git-projects":
rootPath: "/Users/thomasquinlan/Websites/2016; /Users/tom/Projects;"
"goto-definition":
rightMenuDisplayAtFirst: false
"highlight-selected": {}
"linter-jshint": {}
minimap: {}
"npm-install": {}
pigments: {}
"save-session":
dataSaveFolder: "/Users/thomasquinlan/.atom/packages/save-session/projects"
"seti-ui":
compactView: true
themeColor: "Green"
"split-diff":
diffWords: true
ignoreWhitespace: true
leftEditorColor: "red"
rightEditorColor: "green"
syncHorizontalScroll: true
tabs: {}
"terminal-plus":
core: {}
style:
theme: "dracula"
"tree-ignore": {}
"tree-view": {}
"tree-view-git-status": {}
"tree-view-open-files": {}
"unity-dark-ui":
colorStatusIndicatorsInTreeView: true
welcome:
showOnStartup: false
".angular.html.text":
editor:
preferredLineLength: 115
tabLength: 4
".diff.source":
editor:
preferredLineLength: 115
tabLength: 4
".git-commit.text":
editor:
preferredLineLength: 140
tabLength: 4
".git-config.source":
editor:
preferredLineLength: 140
tabLength: 4
".git-rebase.text":
editor:
preferredLineLength: 140
tabLength: 4