editorconfig: 2-space indent for Nushell scripts (#10411)

This aligns with the Topiary format, which appears to be the most
prominent community standard.

https://github.com/blindFS/topiary-nushell
This commit is contained in:
Mitchell Hashimoto
2026-01-22 11:26:55 -08:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
root = true
[*.{sh,bash,elv}]
[*.{sh,bash,elv,nu}]
indent_size = 2
indent_style = space