Zed updates
This commit is contained in:
parent
67cc604810
commit
ad0a210fca
1 changed files with 85 additions and 59 deletions
|
@ -14,7 +14,6 @@
|
||||||
},
|
},
|
||||||
"version": "2"
|
"version": "2"
|
||||||
},
|
},
|
||||||
"auto_update": false,
|
|
||||||
"theme": {
|
"theme": {
|
||||||
"dark": "mpwb dark",
|
"dark": "mpwb dark",
|
||||||
"light": "mpwb light"
|
"light": "mpwb light"
|
||||||
|
@ -49,23 +48,50 @@
|
||||||
"dock": "right"
|
"dock": "right"
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
"TypeScript": {
|
|
||||||
"tab_size": 4
|
|
||||||
},
|
|
||||||
"JavaScript": {
|
"JavaScript": {
|
||||||
"tab_size": 4
|
"tab_size": 4,
|
||||||
|
"formatter": {
|
||||||
|
"external": {
|
||||||
|
"command": "prettier",
|
||||||
|
"arguments": ["--stdin-filepath", "{buffer_path}"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"TSX": {
|
"code_actions_on_format": {
|
||||||
"tab_size": 4
|
"source.fixAll.eslint": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
"TypeScript": {},
|
||||||
|
"TSX": {},
|
||||||
"Markdown": {
|
"Markdown": {
|
||||||
"tab_size": 4
|
"tab_size": 4
|
||||||
},
|
},
|
||||||
"JSON": {
|
"JSON": {
|
||||||
"tab_size": 4
|
"tab_size": 4
|
||||||
},
|
},
|
||||||
|
"JSONC": {
|
||||||
|
"tab_size": 4
|
||||||
|
},
|
||||||
|
"Go": {
|
||||||
|
"hard_tabs": true,
|
||||||
|
"tab_size": 8
|
||||||
|
},
|
||||||
"Make": {
|
"Make": {
|
||||||
|
"hard_tabs": true,
|
||||||
"tab_size": 8
|
"tab_size": 8
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"auto_install_extensions": {
|
||||||
|
"dockerfile": true,
|
||||||
|
"git-firefly": true,
|
||||||
|
"graphql": true,
|
||||||
|
"html": true,
|
||||||
|
"make": true,
|
||||||
|
"proto": true,
|
||||||
|
"ruby": true,
|
||||||
|
"sql": true,
|
||||||
|
"terraform": true,
|
||||||
|
"toml": true,
|
||||||
|
"erlang": true,
|
||||||
|
"elixir": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue