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-nushellpull/10411/head
parent
338c9b15aa
commit
16a98f5831
|
|
@ -1,6 +1,6 @@
|
|||
root = true
|
||||
|
||||
[*.{sh,bash,elv}]
|
||||
[*.{sh,bash,elv,nu}]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue