-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.cson
95 lines (95 loc) · 2.05 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
"*":
"aligner-scss": {}
"atom-beautify":
_analyticsUserId: "c7844b0f-4310-4637-bd1e-dfe8785825e5"
"atom-material-ui":
colors:
abaseColor:
alpha: 1
blue: 121
green: 121
red: 121
accentColor:
alpha: 1
blue: 110
green: 110
red: 158
genAccent: true
fonts: {}
tabs:
compactTabs: true
treeView: {}
ui:
panelContrast: true
panelShadows: true
"atom-typescript": {}
"autocomplete-plus": {}
build: {}
"clip-history": {}
"clipboard-plus": {}
core:
audioBeep: false
themes: [
"one-dark-ui"
"hybrid-next-syntax"
]
"cursor-history": {}
editor:
fontFamily: "Fira Code"
invisibles: {}
scrollPastEnd: true
showIndentGuide: true
showInvisibles: true
tabType: "soft"
"exception-reporting":
userId: "018125f2-7a66-8644-6ae4-6ae87d186db9"
"imdone-atom":
openIn: {}
todaysJournal: {}
"language-babel": {}
linter:
displayLinterInfo: false
errorPanelHeight: 24
lintOnFlyInterval: 1000
"linter-eslint": {}
"linter-jshint": {}
"merge-conflicts": {}
minimap: {}
"one-dark-ui": {}
"one-light-ui": {}
"package-sync":
forceOverwrite: true
pigments: {}
"project-plus": {}
"terminal-plus":
core:
shell: "/usr/local/bin/zsh"
style:
defaultPanelHeight: "100px"
fontSize: "16"
theme: "dracula"
toggles:
autoClose: true
cursorBlink: false
"vim-mode":
useClipboardAsDefaultRegister: true
"vim-mode-clipboard-plus":
useVimModePlus: true
"vim-mode-plus":
flashOnUndoRedo: true
flashOnUndoRedoDuration: 150
incrementalSearch: true
setCursorToStartOfChangeOnUndoRedo: true
showHoverOnOperate: true
showHoverSearchCounter: true
stayOnTransformString: true
stayOnYank: true
useClipboardAsDefaultRegister: true
useSmartcaseForSearch: true
welcome:
showOnStartup: false
whitespace:
ignoreWhitespaceOnCurrentLine: false
".pug.source":
whitespace:
removeTrailingWhitespace: false