nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7bbcc196228beda3d2503279dc71bfd37ef12a23
parent f31ed35594b1b52b282c730300f0d1cbdaa737ae
Author: Toni Brown <tb148@proton.me>
Date:   Thu, 11 Sep 2025 23:17:14 +0800

set tab size to 4

Diffstat:
Mzed-editor.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/zed-editor.nix b/zed-editor.nix @@ -41,6 +41,7 @@ ui_font_family = "Sarasa Mono SC"; ui_font_size = 16; hard_tabs = true; + tab_size = 4; disable_ai = true; lsp.nixd.settings = { options = {