mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Merge pull request #2183 from zed-industries/default-settings-yaml-casing
Use correct case for YAML in default settings
This commit is contained in:
commit
48b76f96fc
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@
|
||||||
"TSX": {
|
"TSX": {
|
||||||
"tab_size": 2
|
"tab_size": 2
|
||||||
},
|
},
|
||||||
"Yaml": {
|
"YAML": {
|
||||||
"tab_size": 2
|
"tab_size": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue