set css tab_size for zed

This commit is contained in:
Samuel Lorch 2024-08-02 12:01:31 +02:00
parent 05b6a2c5d1
commit 75432f62b8

View file

@ -30,6 +30,9 @@
} }
}, },
"tab_size": 2 "tab_size": 2
},
"CSS": {
"tab_size": 2
} }
} }
} }