mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
Merge pull request #2394 from zed-industries/petros/z-804-change-default-settings-for-json-to-2
Set default tab_size for JSON to 2 and apply new formatting
This commit is contained in:
commit
21e39e7523
4 changed files with 1111 additions and 1108 deletions
|
@ -231,6 +231,9 @@
|
||||||
},
|
},
|
||||||
"YAML": {
|
"YAML": {
|
||||||
"tab_size": 2
|
"tab_size": 2
|
||||||
|
},
|
||||||
|
"JSON": {
|
||||||
|
"tab_size": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// LSP Specific settings.
|
// LSP Specific settings.
|
||||||
|
|
Loading…
Reference in a new issue