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:
Petros Amoiridis 2023-04-20 14:45:52 +03:00 committed by GitHub
commit 21e39e7523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1111 additions and 1108 deletions

View file

@ -231,6 +231,9 @@
},
"YAML": {
"tab_size": 2
},
"JSON": {
"tab_size": 2
}
},
// LSP Specific settings.