fix: use valid Zed formatter value 'auto'
- Change formatter from 'none' to 'auto' (valid Zed value) - Resolves Zed configuration validation error
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
"languages": {
|
||||
"CSS": {
|
||||
"tab_size": 2,
|
||||
"formatter": "none"
|
||||
"formatter": "auto"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user