dotfiles

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

commit 11a041f40675f9d9cd748b60d234d5fc603c7255
parent 1b5608bce804fea9437e7af36f161be0d9b1541e
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 22 Apr 2024 13:41:56 -0700

zed: Don't format Dart on save, set indent to 2

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

diff --git a/.config/zed/settings.json b/.config/zed/settings.json @@ -13,6 +13,12 @@ "buffer_font_features": { "calt": false }, + "language_overrides": { + "dart": { + "format_on_save": "off", + "tab_size": 2 + } + }, "vim": { // "always": use system clipboard // "never": don't use system clipboard