-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.cson
132 lines (132 loc) · 2.61 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
"*":
"atom-clock":
dateFormat: "h:mma"
locale: "en-AU"
showClockIcon: true
showTooltip: true
tooltipDateFormat: "ddd D MMM YYYY"
"atom-material-ui":
colors:
abaseColor: "#2b2f38"
accentColor: "#009688"
fonts:
fontSize: 20
tabs:
compactTabs: true
treeView:
blendTabs: true
ui:
panelContrast: true
panelShadows: true
"autocomplete-plus":
autoActivationDelay: 500
scopeBlacklist: [
".md.text"
".text.todotxt"
".text.plain"
]
blame:
dateFormat: "YYYYMMDD"
gutterFormat: "{author} {hash} {date}"
core:
allowPendingPaneItems: false
audioBeep: false
autoHideMenuBar: true
customFileTypes:
"source.shell": [
"cfg"
"config"
"env"
]
"text.todotxt": [
"txt"
]
disabledPackages: [
"metrics"
"wrap-guide"
"deprecation-cop"
"autosave"
"language-gfm"
"background-tips"
"exception-reporting"
"notifications"
"spell-check"
"minimap"
"whitespace"
]
telemetryConsent: "no"
themes: [
"atom-material-ui"
"murty-custom-syntax"
]
uriHandlerRegistration: "always"
editor:
fontFamily: "MonoLisa"
fontSize: 20
invisibles: {}
preferredLineLength: 120
showIndentGuide: true
showLineNumbers: true
softWrap: true
tabLength: 2
tabType: "auto"
"git-blame":
colorCommitAuthors: true
columnWidth: 450
dateFormatString: "YYYYMMDD"
showHash: true
showLastNames: true
"git-diff":
showIconsInEditorGutter: true
"line-ending-selector":
defaultLineEnding: "LF"
minimap:
absoluteMode: true
minimapScrollIndicator: false
smoothScrolling: true
"pinned-tabs":
visualstudio: {}
"platformio-ide-terminal":
core:
workingDirectory: "Active File"
style:
fontFamily: "MonoLisa"
fontSize: "18"
"project-plus":
notifications: false
showPath: true
"split-diff":
ignoreWhitespace: true
tabs:
displayMruTabList: false
enableMruTabSwitching: false
enableVcsColoring: true
"tree-view":
hideIgnoredNames: true
welcome:
showOnStartup: false
".blade.html.php.text":
editor:
commentEnd: " --}}"
commentStart: "{{-- "
".html.php.text":
editor:
tabLength: 4
".js.source":
editor:
tabLength: 4
".md.text":
editor:
softWrapAtPreferredLineLength: true
".php.source":
editor:
tabLength: 4
".plain.text":
editor:
tabLength: 4
".python.source":
editor:
tabLength: 4
".text.todotxt":
editor:
softWrapAtPreferredLineLength: true