-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cson
45 lines (44 loc) · 975 Bytes
/
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
# To install pages run: apm stars --install
"*":
editor:
fontSize: 12
lineHeight: 1.4
showInvisibles: true
showIndentGuide: true
softWrapAtPreferredLineLength: true
invisibles: {}
core:
followSymlinks: true
disabledPackages: [
"spell-check"
"markdown-preview"
"background-tips"
"color-picker"
"metrics"
"release-notes"
"styleguide"
"archive-view"
]
themes: [
"atom-dark-ui"
"base16-tomorrow-dark-theme"
]
"exception-reporting":
userId: "4d5cf74f-b380-c874-5200-49e45241463b"
welcome:
showOnStartup: false
linter:
lintOnEditorFocus: false
showHighlighting: false
"atom-lint": {}
"linter-scss-lint":
scssLintExecutablePath: "/Users/pschuster/.rbenv/shims/scss-lint"
"tree-view": {}
"linter-jshint": {}
"linter-jscs":
preset: "crockford"
".html.js.php.text.txt.jst":
editor:
tabLength: 4
".text.txt.md":
softWrap: true