Disabled CSS Formatting on Save in Zed

This commit is contained in:
adroslice 2024-08-02 14:00:51 +02:00
parent f34fb0e4bd
commit e1ee456c3a

View file

@ -32,6 +32,7 @@
"tab_size": 2 "tab_size": 2
}, },
"CSS": { "CSS": {
"format_on_save": "off",
"tab_size": 2 "tab_size": 2
} }
} }