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
pull/10411/head
Jon Parise 2026-01-22 11:08:29 -08:00
parent 338c9b15aa
commit 16a98f5831
1 changed files with 1 additions and 1 deletions

View File

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