summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-28 16:23:19 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-28 16:23:19 +1100
commit55653d5e6e9be84550f1eaf0b48d02a97595528a (patch)
tree5ce82c70e007d5063eef74a2ba2bd49d13bcd439
parent6b8091beb30e9a1dbd782fd06b4cf50e2a514d2c (diff)
minor_fix(zed): Show whitespaces on selection
idk why but i like it more
-rw-r--r--.zed/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zed/settings.json b/.zed/settings.json
index 4bc02e7..12bf5f5 100644
--- a/.zed/settings.json
+++ b/.zed/settings.json
@@ -1,6 +1,7 @@
{
"languages": {
"C": {
+ "show_whitespaces": "selection",
"inlay_hints": {
"enabled": true
}