forked from mazgi/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.cson
86 lines (86 loc) · 1.74 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
"*":
core:
disabledPackages: [
"symbols-view"
"exception-reporting"
"background-tips"
"about"
"welcome"
]
ignoredNames: [
".DS_Store"
".*_history"
".idea"
".git"
".github"
".keep"
".nuxt"
"bin"
"coverage"
"node_modules"
"logs"
"tmp"
]
openEmptyEditorOnStart: false
packagesWithKeymapsDisabled: [
"symbols-view"
]
telemetryConsent: "limited"
titleBar: "custom"
uriHandlerRegistration: "always"
editor:
fontSize: 15
invisibles: {}
lineHeight: 1.4
nonWordCharacters: "/\\()\"':,.;<>~#%^&*|+=[]{}`?-…"
showIndentGuide: true
showInvisibles: true
undoGroupingInterval: 1000
"fuzzy-finder":
scoringSystem: "fast"
useRipGrep: true
linter:
lintOnChangeInterval: 3000
"linter-eslint":
autofix:
fixOnSave: true
rulesToDisableWhileFixing: [
"no-debugger"
]
lintHtmlFiles: true
scopes: [
"source.js"
"source.jsx"
"source.js.jsx"
"source.babel"
"source.js-semantic"
"text.html.vue"
]
"linter-flow":
enableAll: true
"linter-terraform-syntax":
newVersion: true
"linter-ui-default":
decorateOnTreeView: "Files and Directories"
"platformio-ide-terminal":
core:
shellEnv: "ZSH_QUICK=1"
style:
animationSpeed: 0
toggles:
autoClose: true
runInsertedText: false
selectToCopy: false
"tree-view":
alwaysOpenExisting: true
focusOnReveal: false
hideIgnoredNames: true
squashDirectoryNames: true
welcome:
showOnStartup: false
whitespace:
ignoreWhitespaceOnCurrentLine: false
".go.source":
editor:
softWrap: false
tabType: "auto"