This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
.editorconfig
··· 1 1 root = true 2 2 3 - [*.{sh,bash,elv}] 3 + [*.{sh,bash,elv,nu}] 4 4 indent_size = 2 5 5 indent_style = space 6 6