dotfiles

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

commit 9341f5b7580af6ee47fcf2c02616e2c2d837c4a7
parent b03443931a9eb24c7fc2ca5429fc708c46382a9e
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 23 Jul 2025 13:45:20 -0700

zed: eliminate language overrides

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

diff --git a/.config/zed/settings.json b/.config/zed/settings.json @@ -27,12 +27,6 @@ "C": ["c", "m"], "C++": ["cc", "cpp", "mm"] }, - "language_overrides": { - "Dart": { - "format_on_save": "off", - "use_on_type_format": false - } - }, "tab_size": 2, "vim": { // "always": use system clipboard