Ensure json uses a tab size of 4

This commit is contained in:
Nate Butler 2023-07-31 13:08:40 -04:00
parent c4709418d1
commit bb288eb941

5
.zed/settings.json Normal file
View File

@ -0,0 +1,5 @@
{
"JSON": {
"tab_size": 4
}
}