From 16a98f58314cbbcb4594e6579e708fe8aa6b7ecf Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Thu, 22 Jan 2026 11:08:29 -0800 Subject: [PATCH] editorconfig: 2-space indent for Nushell scripts This aligns with the Topiary format, which appears to be the most prominent community standard. https://github.com/blindFS/topiary-nushell --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4e9bec6ce..b59747923 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{sh,bash,elv}] +[*.{sh,bash,elv,nu}] indent_size = 2 indent_style = space