-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-macos.json
165 lines (165 loc) · 4.23 KB
/
settings-macos.json
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"bracketPairColorizer.colorMode": "Independent",
"editor.cursorSmoothCaretAnimation": true,
"editor.fontFamily": "Hack Nerd Font, Fira Code, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 15,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.quickSuggestionsDelay": 5,
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "boundary",
"editor.suggestSelection": "first",
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"editor.wordWrapColumn": 120,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"git.enableCommitSigning": true,
"git.enableSmartCommit": true,
"git.showPushSuccessNotification": true,
"html.format.endWithNewline": true,
"liveServer.settings.donotShowInfoMsg": true,
"markdown.extension.tableFormatter.normalizeIndentation": true,
"markdown.extension.toc.orderedList": true,
"php.validate.executablePath": "php",
"powershell.codeFormatting.autoCorrectAliases": true,
"python.pythonPath": "python3",
"search.showLineNumbers": true,
"shellcheck.exclude": [
1017
],
"shellcheck.run": "manual",
"shellcheck.useWSL": false,
"sync.gist": "0f5d849deb1ea201b6e6e4493a337117",
"terminal.integrated.fontFamily": "Hack Nerd Font",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.editor.highlightModifiedTabs": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "material-icon-theme",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.enabledLanguageIds": [
"asciidoc",
"bat",
"c",
"cpp",
"csharp",
"css",
"dockerfile",
"git-commit",
"go",
"handlebars",
"haskell",
"home-assistant",
"html",
"ini",
"jade",
"java",
"javascript",
"javascriptreact",
"jekyll",
"json",
"jsonc",
"latex",
"less",
"liquid",
"lua",
"makefile",
"markdown",
"perl",
"php",
"plaintext",
"powershell",
"pug",
"python",
"restructuredtext",
"ruby",
"rust",
"scala",
"scss",
"shellscript",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml"
],
"liquid.format": true,
"liquid.rules": {
"html": {},
"js": {},
"css": {},
"scss": {},
"json": {}
},
"[markdown]": {
"files.trimTrailingWhitespace": false,
"editor.quickSuggestions": true,
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true,
"source.fixAll.eslint": true
},
"cSpell.language": "en,en-US",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
"savePath": "/assets/css"
}
],
"liveSassCompile.settings.excludeList": [
"**/node_modules/**",
".vscode/**"
],
"scss.lint.unknownAtRules": "ignore",
"scss.lint.unknownProperties": "ignore",
"liveSassCompile.settings.autoprefix": [],
"scss.validate": false,
"liveSassCompile.settings.generateMap": false,
"markdownlint.config": {
"MD012": false,
"MD013": false,
"MD033": false,
"MD041": false
},
"better-comments.highlightPlainText": true,
"bracketPairColorizer.forceUniqueOpeningColor": true,
"bracketPairColorizer.showBracketsInGutter": true,
"cSpell.customUserDictionaries": [],
"enableTelemetry": true,
"terminal.integrated.shell.linux": "/bin/bash",
"python.languageServer": "Microsoft",
"files.autoSave": "onWindowChange",
"terminal.integrated.env.windows": {},
"cSpell.userWords": [
"Centralish",
"Hellotxt",
"Miley",
"casjay",
"gitmasterconfig",
"prevrepo",
"printf"
],
"markdown.extension.print.theme": "dark",
"markdown.extension.toc.omittedFromToc": {},
"markdown.preview.breaks": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"[xml]": {
"editor.defaultFormatter": "SimonSiefke.prettier-vscode"
}
}