dev: Introduce an editorconfig file for shfmt

The shfmt default is tabs, this allows to match the treefmt default for
shfmt launched from outside nix, like from efm-lang-server within
neovim.
This commit is contained in:
traxys 2024-07-23 22:07:42 +02:00
parent 53f76f76b0
commit 26b9647ed7

3
.editorconfig Normal file
View file

@ -0,0 +1,3 @@
[*.sh]
indent_style = space
indent_size = 2