dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 7a5fc11e9ff63adb0142c90bfd1159d2074d69b2
parent b97310f4c5939358dfb0068e8bf064011aa2e74d
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 22 Aug 2024 22:00:03 -0700

zed: Update config for tip-of-tree

Diffstat:
M.config/zed/settings.json | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.config/zed/settings.json b/.config/zed/settings.json @@ -9,13 +9,15 @@ { "theme": "Ayu Mirage", "ui_font_size": 15, - "buffer_font_size": 15, + "buffer_font_family": "SF Mono", + "buffer_font_size": 14, "buffer_font_features": { "calt": false }, "language_overrides": { - "dart": { - "format_on_save": "off" + "Dart": { + "format_on_save": "off", + "use_on_type_format": false } }, "tab_size": 2,