-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
52 lines (52 loc) · 1.75 KB
/
settings.json
File metadata and controls
52 lines (52 loc) · 1.75 KB
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
{
"workbench.colorTheme": "Atom One Dark",
"editor.fontSize": 16,
"terminal.integrated.fontSize": 14,
"workbench.iconTheme": "material-icon-theme",
"files.insertFinalNewline": true,
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"editor.rulers": [
120
],
"editor.semanticHighlighting.enabled": true,
"ruby.lint": {
"rubocop": false
},
"ruby.rubocop.useBundler": false
},
"explorer.compactFolders": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"standard.engine": "ts-standard",
"standard.autoFixOnSave": true,
"typescript.updateImportsOnFileMove.enabled": "never",
"github.copilot.editor.enableAutoCompletions": true,
"liveServer.settings.donotShowInfoMsg": true,
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "boundary",
"editor.fontFamily": "UDEV Gothic 35JPDOC",
"terminal.integrated.fontFamily": "Andale Mono",
"scm.inputFontFamily": "",
"makefile.configureOnOpen": false,
"notebook.insertFinalNewline": true,
"diffEditor.ignoreTrimWhitespace": false,
"dart.flutterSdkPath": "/Users/satoshi.nosaka/dotfiles/asdf/installs/flutter/3.29.2-stable",
"editor.minimap.enabled": false,
"workbench.startupEditor": "none",
"editor.accessibilitySupport": "off",
"editor.codeLensFontSize": 16,
"editor.formatOnType": true,
"diffEditor.codeLens": true,
"editor.inlineSuggest.suppressSuggestions": true,
"cody.debug.verbose": true,
"cody.suggestions.mode": "auto-edit"
}