-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cson
51 lines (50 loc) · 1.08 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
# Atom config file!
"*":
"bracket-matcher":
autocompleteBrackets: false
autocompleteSmartQuotes: false
"browser-plus": {}
"browser-refresh-on-save":
chromeCanary: false
safari: false
vivaldi: false
core:
disabledPackages: [
"linter-js-standard"
]
telemetryConsent: "limited"
themes: [
"seti-ui"
"monokai-seti"
]
editor:
fontSize: 13
invisibles: {}
preferredLineLength: 100
scrollPastEnd: true
showIndentGuide: true
showInvisibles: true
"exception-reporting":
userId: "6352e66f-9ea0-2f35-338e-8ce897d71e4f"
"linter-ui-default":
showPanel: true
metrics:
userId: "e2d5e7c57be0fdb28f0333056d16047f77fc81ba"
"prettier-atom":
formatOnSaveOptions:
enabled: true
prettierOptions:
jsxBracketSameLine: true
printWidth: 100
semi: false
singleQuote: true
useEslint: true
"release-notes":
viewedVersion: "0.71.0"
welcome:
showOnStartup: false
whitespace:
ignoreWhitespaceOnCurrentLine: false
".source.toml":
editor:
preferredLineLength: 100