Merge pull request #2183 from zed-industries/default-settings-yaml-casing

Use correct case for YAML in default settings
This commit is contained in:
Julia 2023-02-16 16:37:37 -05:00 committed by GitHub
commit 48b76f96fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,7 @@
"TSX": { "TSX": {
"tab_size": 2 "tab_size": 2
}, },
"Yaml": { "YAML": {
"tab_size": 2 "tab_size": 2
} }
}, },